summaryrefslogtreecommitdiff
path: root/uisimulator
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator')
-rw-r--r--uisimulator/x11/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile
index a0ccab0549..6db880945c 100644
--- a/uisimulator/x11/Makefile
+++ b/uisimulator/x11/Makefile
@@ -81,12 +81,12 @@ CFLAGS = $(DEBUG) $(DEFINES) $(INCLUDES) -W -Wall
81APPCFLAGS = $(DEBUG) $(DEFINES) -DAPPSVERSION=\"$(VERSION)\" $(APPINCLUDES) -W -Wall 81APPCFLAGS = $(DEBUG) $(DEFINES) -DAPPSVERSION=\"$(VERSION)\" $(APPINCLUDES) -W -Wall
82 82
83ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP) 83ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP)
84 LCDSRSC = lcd-recorder.c 84 LCDSRSC = lcd-recorder.c sysfont.c font.c
85else 85else
86 LCDSRSC = lcd-playersim.c lcd-player.c 86 LCDSRSC = lcd-playersim.c lcd-player.c
87endif 87endif
88FIRMSRCS = $(LCDSRSC) sprintf.c id3.c debug.c usb.c mpeg.c power.c\ 88FIRMSRCS = $(LCDSRSC) sprintf.c id3.c debug.c usb.c mpeg.c power.c\
89 powermgmt.c font.c panic.c sysfont.c ctype.c 89 powermgmt.c panic.c ctype.c
90 90
91APPS = main.c tree.c menu.c credits.c main_menu.c language.c\ 91APPS = main.c tree.c menu.c credits.c main_menu.c language.c\
92 playlist.c wps.c wps-display.c settings.c status.c icons.c\ 92 playlist.c wps.c wps-display.c settings.c status.c icons.c\