summaryrefslogtreecommitdiff
path: root/apps/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/SOURCES')
-rw-r--r--apps/SOURCES7
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/SOURCES b/apps/SOURCES
index 1dabb12d2b..9467914bca 100644
--- a/apps/SOURCES
+++ b/apps/SOURCES
@@ -62,6 +62,10 @@ gui/yesno.c
62gui/wps_debug.c 62gui/wps_debug.c
63gui/wps_parser.c 63gui/wps_parser.c
64 64
65#if (LCD_DEPTH > 1) || (defined(HAVE_LCD_REMOTE) && (LCD_REMOTE_DEPTH > 1))
66gui/backdrop.c
67#endif
68
65#ifdef HAVE_LCD_CHARCELLS 69#ifdef HAVE_LCD_CHARCELLS
66player/icons.c 70player/icons.c
67player/keyboard.c 71player/keyboard.c
@@ -71,9 +75,6 @@ recorder/bmp.c
71recorder/icons.c 75recorder/icons.c
72recorder/keyboard.c 76recorder/keyboard.c
73recorder/peakmeter.c 77recorder/peakmeter.c
74#if LCD_DEPTH > 1
75recorder/backdrop.c
76#endif
77#ifdef HAVE_LCD_COLOR 78#ifdef HAVE_LCD_COLOR
78gui/color_picker.c 79gui/color_picker.c
79#endif 80#endif