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 6fbc413a3c..65f0b8d5a2 100644
--- a/uisimulator/x11/Makefile
+++ b/uisimulator/x11/Makefile
@@ -102,7 +102,7 @@ FIRMSRCS = $(LCDSRSC) id3.c debug.c usb.c mpeg.c mp3_playback.c power.c\
102APPS = main.c tree.c menu.c credits.c main_menu.c language.c\ 102APPS = main.c tree.c menu.c credits.c main_menu.c language.c\
103 playlist.c wps.c wps-display.c settings.c status.c icons.c\ 103 playlist.c wps.c wps-display.c settings.c status.c icons.c\
104 screens.c peakmeter.c sleeptimer.c keyboard.c onplay.c\ 104 screens.c peakmeter.c sleeptimer.c keyboard.c onplay.c\
105 misc.c plugin.c playlist_viewer.c bookmark.c 105 misc.c plugin.c playlist_viewer.c bookmark.c filetypes.c
106 106
107MENUS = settings_menu.c sound_menu.c playlist_menu.c 107MENUS = settings_menu.c sound_menu.c playlist_menu.c
108 108
@@ -142,6 +142,9 @@ $(OBJDIR)/credits.raw: $(DOCSDIR)/CREDITS
142$(OBJDIR)/credits.o: $(APPDIR)/credits.c $(APPDIR)/credits.h $(OBJDIR)/credits.raw 142$(OBJDIR)/credits.o: $(APPDIR)/credits.c $(APPDIR)/credits.h $(OBJDIR)/credits.raw
143 $(CC) $(APPCFLAGS) -c $< -o $@ 143 $(CC) $(APPCFLAGS) -c $< -o $@
144 144
145$(OBJDIR)/filetypes.o: $(APPDIR)/filetypes.c
146 $(CC) $(APPCFLAGS) -c $< -o $@
147
145$(OBJDIR)/menu.o: $(APPDIR)/menu.c 148$(OBJDIR)/menu.o: $(APPDIR)/menu.c
146 $(CC) $(APPCFLAGS) -c $< -o $@ 149 $(CC) $(APPCFLAGS) -c $< -o $@
147 150