summaryrefslogtreecommitdiff
path: root/uisimulator/x11/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/x11/Makefile')
-rw-r--r--uisimulator/x11/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile
index 72862aae2c..2299be371d 100644
--- a/uisimulator/x11/Makefile
+++ b/uisimulator/x11/Makefile
@@ -31,8 +31,8 @@ endif
31 31
32PREVAPPDIR= .. 32PREVAPPDIR= ..
33FIRMWAREDIR = ../../firmware 33FIRMWAREDIR = ../../firmware
34COMMON = $(FIRMWAREDIR)/common
34DRIVERS = $(FIRMWAREDIR)/drivers 35DRIVERS = $(FIRMWAREDIR)/drivers
35LIBMADDIR = $(PREVAPPDIR)/common/libmad
36TOOLSDIR = ../../tools 36TOOLSDIR = ../../tools
37DOCSDIR = ../../docs 37DOCSDIR = ../../docs
38 38
@@ -88,7 +88,7 @@ else
88 LCDSRSC = lcd-playersim.c lcd-player.c font-player.c lcd-player-charset.c 88 LCDSRSC = lcd-playersim.c lcd-player.c font-player.c lcd-player-charset.c
89endif 89endif
90FIRMSRCS = $(LCDSRSC) id3.c debug.c usb.c mpeg.c power.c\ 90FIRMSRCS = $(LCDSRSC) id3.c debug.c usb.c mpeg.c power.c\
91 powermgmt.c panic.c mp3data.c 91 powermgmt.c panic.c mp3data.c sprintf.c
92 92
93APPS = main.c tree.c menu.c credits.c main_menu.c language.c\ 93APPS = main.c tree.c menu.c credits.c main_menu.c language.c\
94 playlist.c wps.c wps-display.c settings.c status.c icons.c\ 94 playlist.c wps.c wps-display.c settings.c status.c icons.c\