summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/SOURCES')
-rw-r--r--apps/plugins/lib/SOURCES9
1 files changed, 6 insertions, 3 deletions
diff --git a/apps/plugins/lib/SOURCES b/apps/plugins/lib/SOURCES
index d9eb00ca4d..291bc21a1d 100644
--- a/apps/plugins/lib/SOURCES
+++ b/apps/plugins/lib/SOURCES
@@ -1,5 +1,4 @@
1configfile.c 1configfile.c
2highscore.c
3#if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4) && !defined(SIMULATOR) && \ 2#if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4) && !defined(SIMULATOR) && \
4 (CONFIG_LCD != LCD_IPOD2BPP) 3 (CONFIG_LCD != LCD_IPOD2BPP)
5gray_core.c 4gray_core.c
@@ -7,8 +6,9 @@ gray_draw.c
7gray_parm.c 6gray_parm.c
8gray_scroll.c 7gray_scroll.c
9#endif 8#endif
10#ifdef HAVE_LCD_BITMAP 9highscore.c
11xlcd.c 10#ifndef SIMULATOR
11overlay.c
12#endif 12#endif
13#ifdef HAVE_LCD_CHARCELLS 13#ifdef HAVE_LCD_CHARCELLS
14playergfx.c 14playergfx.c
@@ -16,3 +16,6 @@ playergfx.c
16#ifdef RB_PROFILE 16#ifdef RB_PROFILE
17profile_plugin.c 17profile_plugin.c
18#endif 18#endif
19#ifdef HAVE_LCD_BITMAP
20xlcd.c
21#endif