summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES7
1 files changed, 3 insertions, 4 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 53533be6ea..d89a524444 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -33,10 +33,6 @@ plasma.c
33bejeweled.c 33bejeweled.c
34bounce.c 34bounce.c
35 35
36#if (CONFIG_KEYPAD != IAUDIO_X5_PAD) && (CONFIG_KEYPAD != IPOD_3G_PAD)
37wormlet.c
38#endif
39
40#if (LCD_WIDTH != 138) && (LCD_WIDTH != 128) 36#if (LCD_WIDTH != 138) && (LCD_WIDTH != 128)
41/* These need adjusting for the Mini's and iRiver if'p screen */ 37/* These need adjusting for the Mini's and iRiver if'p screen */
42brickmania.c 38brickmania.c
@@ -64,6 +60,9 @@ sudoku.c
64video.c 60video.c
65#endif 61#endif
66vu_meter.c 62vu_meter.c
63#if (CONFIG_KEYPAD != IAUDIO_X5_PAD) && (CONFIG_KEYPAD != IPOD_3G_PAD)
64wormlet.c
65#endif
67 66
68#ifdef CONFIG_RTC 67#ifdef CONFIG_RTC
69clock.c 68clock.c