summaryrefslogtreecommitdiff
path: root/uisimulator/x11/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/x11/Makefile')
-rw-r--r--uisimulator/x11/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile
index 5a22f83c8f..ea511474a6 100644
--- a/uisimulator/x11/Makefile
+++ b/uisimulator/x11/Makefile
@@ -90,7 +90,7 @@ FIRMSRCS = $(LCDSRSC) sprintf.c id3.c debug.c usb.c mpeg.c power.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\
93 screens.c peakmeter.c viewer.c 93 screens.c peakmeter.c viewer.c sleeptimer.c
94 94
95MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c 95MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c
96 96
@@ -215,6 +215,9 @@ $(OBJDIR)/main.o: $(APPDIR)/main.c
215$(OBJDIR)/wps.o: $(APPDIR)/wps.c 215$(OBJDIR)/wps.o: $(APPDIR)/wps.c
216 $(CC) $(APPCFLAGS) -c $< -o $@ 216 $(CC) $(APPCFLAGS) -c $< -o $@
217 217
218$(OBJDIR)/sleeptimer.o: $(APPDIR)/sleeptimer.c
219 $(CC) $(APPCFLAGS) -c $< -o $@
220
218$(OBJDIR)/viewer.o: $(APPDIR)/viewer.c 221$(OBJDIR)/viewer.o: $(APPDIR)/viewer.c
219 $(CC) $(APPCFLAGS) -c $< -o $@ 222 $(CC) $(APPCFLAGS) -c $< -o $@
220 223