summaryrefslogtreecommitdiff
path: root/apps/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/SOURCES')
-rw-r--r--apps/SOURCES11
1 files changed, 7 insertions, 4 deletions
diff --git a/apps/SOURCES b/apps/SOURCES
index 8166dbe4e2..e1d85a75f0 100644
--- a/apps/SOURCES
+++ b/apps/SOURCES
@@ -60,8 +60,6 @@ screen_access.c
60#ifdef HAVE_BUTTONBAR 60#ifdef HAVE_BUTTONBAR
61gui/buttonbar.c 61gui/buttonbar.c
62#endif 62#endif
63gui/gwps.c
64gui/gwps-common.c
65#ifdef HAVE_LCD_BITMAP 63#ifdef HAVE_LCD_BITMAP
66gui/icon.c 64gui/icon.c
67#endif 65#endif
@@ -78,14 +76,19 @@ gui/pitchscreen.c
78#ifdef HAVE_QUICKSCREEN 76#ifdef HAVE_QUICKSCREEN
79gui/quickscreen.c 77gui/quickscreen.c
80#endif 78#endif
79
80gui/music_screen.c
81gui/scrollbar.c 81gui/scrollbar.c
82gui/splash.c 82gui/splash.c
83gui/statusbar.c 83gui/statusbar.c
84gui/yesno.c 84gui/yesno.c
85gui/wps_debug.c
86gui/wps_parser.c
87gui/viewport.c 85gui/viewport.c
88 86
87gui/wps_engine/wps_debug.c
88gui/wps_engine/wps_display.c
89gui/wps_engine/wps_parser.c
90gui/wps_engine/wps_tokens.c
91
89#if (LCD_DEPTH > 1) || (defined(HAVE_REMOTE_LCD) && (LCD_REMOTE_DEPTH > 1)) 92#if (LCD_DEPTH > 1) || (defined(HAVE_REMOTE_LCD) && (LCD_REMOTE_DEPTH > 1))
90gui/backdrop.c 93gui/backdrop.c
91#endif 94#endif