diff options
Diffstat (limited to 'apps/plugins')
-rw-r--r-- | apps/plugins/lib/SOURCES | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/apps/plugins/lib/SOURCES b/apps/plugins/lib/SOURCES index 5ed163f951..2c4209b6d2 100644 --- a/apps/plugins/lib/SOURCES +++ b/apps/plugins/lib/SOURCES | |||
@@ -9,6 +9,7 @@ fixedpoint.c | |||
9 | playback_control.c | 9 | playback_control.c |
10 | rgb_hsv.c | 10 | rgb_hsv.c |
11 | buflib.c | 11 | buflib.c |
12 | highscore.c | ||
12 | simple_viewer.c | 13 | simple_viewer.c |
13 | display_text.c | 14 | display_text.c |
14 | strncpy.c | 15 | strncpy.c |
@@ -27,20 +28,18 @@ grey_sh.S | |||
27 | 28 | ||
28 | #endif /* HAVE_LCD_BITMAP && LCD_DEPTH < 4 */ | 29 | #endif /* HAVE_LCD_BITMAP && LCD_DEPTH < 4 */ |
29 | 30 | ||
30 | highscore.c | ||
31 | |||
32 | #ifndef SIMULATOR | 31 | #ifndef SIMULATOR |
33 | overlay.c | 32 | overlay.c |
34 | #endif | 33 | #endif |
35 | 34 | ||
36 | #ifdef HAVE_LCD_CHARCELLS | ||
37 | playergfx.c | ||
38 | #endif | ||
39 | |||
40 | #ifdef RB_PROFILE | 35 | #ifdef RB_PROFILE |
41 | profile_plugin.c | 36 | profile_plugin.c |
42 | #endif | 37 | #endif |
43 | 38 | ||
39 | #ifdef HAVE_LCD_CHARCELLS | ||
40 | playergfx.c | ||
41 | #endif | ||
42 | |||
44 | #ifdef HAVE_LCD_BITMAP | 43 | #ifdef HAVE_LCD_BITMAP |
45 | 44 | ||
46 | #ifdef CPU_ARM | 45 | #ifdef CPU_ARM |