From e8a0506583c5e401ea753ff30a3c717e837dffb8 Mon Sep 17 00:00:00 2001 From: Zakk Roberts Date: Mon, 13 Mar 2006 07:05:15 +0000 Subject: Fixed ordering of SOURCES; removed redundancy pertaining to the definition of color LCDs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9024 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/SOURCES | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'apps/plugins/SOURCES') diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 53533be..d89a524 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -33,10 +33,6 @@ plasma.c bejeweled.c bounce.c -#if (CONFIG_KEYPAD != IAUDIO_X5_PAD) && (CONFIG_KEYPAD != IPOD_3G_PAD) -wormlet.c -#endif - #if (LCD_WIDTH != 138) && (LCD_WIDTH != 128) /* These need adjusting for the Mini's and iRiver if'p screen */ brickmania.c @@ -64,6 +60,9 @@ sudoku.c video.c #endif vu_meter.c +#if (CONFIG_KEYPAD != IAUDIO_X5_PAD) && (CONFIG_KEYPAD != IPOD_3G_PAD) +wormlet.c +#endif #ifdef CONFIG_RTC clock.c -- cgit v1.1