summaryrefslogtreecommitdiff
path: root/apps/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/SOURCES')
-rw-r--r--apps/SOURCES6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/SOURCES b/apps/SOURCES
index e27e15d749..0d23f42765 100644
--- a/apps/SOURCES
+++ b/apps/SOURCES
@@ -54,6 +54,11 @@ gui/gwps-common.c
54gui/icon.c 54gui/icon.c
55#endif 55#endif
56gui/list.c 56gui/list.c
57#ifdef HAVE_LCD_BITMAP
58gui/bitmap/list.c
59#else
60gui/charcell/list.c
61#endif
57gui/option_select.c 62gui/option_select.c
58gui/quickscreen.c 63gui/quickscreen.c
59gui/scrollbar.c 64gui/scrollbar.c
@@ -63,6 +68,7 @@ gui/textarea.c
63gui/yesno.c 68gui/yesno.c
64gui/wps_debug.c 69gui/wps_debug.c
65gui/wps_parser.c 70gui/wps_parser.c
71gui/viewport.c
66 72
67#if (LCD_DEPTH > 1) || (defined(HAVE_LCD_REMOTE) && (LCD_REMOTE_DEPTH > 1)) 73#if (LCD_DEPTH > 1) || (defined(HAVE_LCD_REMOTE) && (LCD_REMOTE_DEPTH > 1))
68gui/backdrop.c 74gui/backdrop.c