summaryrefslogtreecommitdiff
path: root/uisimulator
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator')
-rw-r--r--uisimulator/x11/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile
index c546c62dd3..9912e8230d 100644
--- a/uisimulator/x11/Makefile
+++ b/uisimulator/x11/Makefile
@@ -76,7 +76,7 @@ APPCFLAGS = $(DEBUG) $(DEFINES) -DAPPSVERSION=\"$(VERSION)\" $(APPINCLUDES) -W -
76FIRMSRCS = chartables.c lcd.c sprintf.c id3.c debug.c usb.c mpeg.c power.c 76FIRMSRCS = chartables.c lcd.c sprintf.c id3.c debug.c usb.c mpeg.c power.c
77 77
78APPS = main.c tree.c menu.c credits.c main_menu.c\ 78APPS = main.c tree.c menu.c credits.c main_menu.c\
79 playlist.c showtext.c wps.c settings.c 79 playlist.c showtext.c wps.c settings.c status.c
80 80
81MENUS = games_menu.c screensavers_menu.c settings_menu.c sound_menu.c 81MENUS = games_menu.c screensavers_menu.c settings_menu.c sound_menu.c
82 82
@@ -206,6 +206,9 @@ $(OBJDIR)/chartables.o: $(FIRMWAREDIR)/chartables.c
206$(OBJDIR)/settings.o: $(APPDIR)/settings.c 206$(OBJDIR)/settings.o: $(APPDIR)/settings.c
207 $(CC) $(APPCFLAGS) -c $< -o $@ 207 $(CC) $(APPCFLAGS) -c $< -o $@
208 208
209$(OBJDIR)/status.o: $(APPDIR)/status.c
210 $(CC) $(APPCFLAGS) -c $< -o $@
211
209$(OBJDIR)/id3.o: $(FIRMWAREDIR)/id3.c 212$(OBJDIR)/id3.o: $(FIRMWAREDIR)/id3.c
210 $(CC) $(APPCFLAGS) -c $< -o $@ 213 $(CC) $(APPCFLAGS) -c $< -o $@
211 214