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 c3bb4e6ffe..81ddaf58a7 100644
--- a/uisimulator/x11/Makefile
+++ b/uisimulator/x11/Makefile
@@ -82,7 +82,7 @@ FIRMSRCS = lcd-recorder.c sprintf.c id3.c debug.c usb.c mpeg.c power.c\
82 82
83APPS = main.c tree.c menu.c credits.c main_menu.c language.c\ 83APPS = main.c tree.c menu.c credits.c main_menu.c language.c\
84 playlist.c showtext.c wps.c wps-display.c settings.c status.c icons.c\ 84 playlist.c showtext.c wps.c wps-display.c settings.c status.c icons.c\
85 screens.c peakmeter.c 85 screens.c peakmeter.c viewer.c
86 86
87MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c 87MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c
88 88
@@ -201,6 +201,9 @@ $(OBJDIR)/main.o: $(APPDIR)/main.c
201$(OBJDIR)/wps.o: $(APPDIR)/wps.c 201$(OBJDIR)/wps.o: $(APPDIR)/wps.c
202 $(CC) $(APPCFLAGS) -c $< -o $@ 202 $(CC) $(APPCFLAGS) -c $< -o $@
203 203
204$(OBJDIR)/viewer.o: $(APPDIR)/viewer.c
205 $(CC) $(APPCFLAGS) -c $< -o $@
206
204$(OBJDIR)/wps-display.o: $(APPDIR)/wps-display.c 207$(OBJDIR)/wps-display.o: $(APPDIR)/wps-display.c
205 $(CC) $(APPCFLAGS) -c $< -o $@ 208 $(CC) $(APPCFLAGS) -c $< -o $@
206 209