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 94f4581865..c4b47790a5 100644
--- a/uisimulator/x11/Makefile
+++ b/uisimulator/x11/Makefile
@@ -101,7 +101,7 @@ FIRMSRCS = $(LCDSRSC) id3.c debug.c usb.c mpeg.c power.c\
101APPS = main.c tree.c menu.c credits.c main_menu.c language.c\ 101APPS = main.c tree.c menu.c credits.c main_menu.c language.c\
102 playlist.c wps.c wps-display.c settings.c status.c icons.c\ 102 playlist.c wps.c wps-display.c settings.c status.c icons.c\
103 screens.c peakmeter.c sleeptimer.c keyboard.c onplay.c\ 103 screens.c peakmeter.c sleeptimer.c keyboard.c onplay.c\
104 misc.c plugin.c 104 misc.c plugin.c playlist_viewer.c
105 105
106MENUS = settings_menu.c sound_menu.c playlist_menu.c 106MENUS = settings_menu.c sound_menu.c playlist_menu.c
107 107
@@ -197,6 +197,9 @@ $(OBJDIR)/onplay.o: $(APPDIR)/onplay.c
197$(OBJDIR)/playlist.o: $(APPDIR)/playlist.c 197$(OBJDIR)/playlist.o: $(APPDIR)/playlist.c
198 $(CC) $(APPCFLAGS) -c $< -o $@ 198 $(CC) $(APPCFLAGS) -c $< -o $@
199 199
200$(OBJDIR)/playlist_viewer.o: $(APPDIR)/playlist_viewer.c
201 $(CC) $(APPCFLAGS) -c $< -o $@
202
200$(OBJDIR)/build.lang: $(APPDIR)/lang/$(LANGUAGE).lang 203$(OBJDIR)/build.lang: $(APPDIR)/lang/$(LANGUAGE).lang
201 perl $(TOOLSDIR)/uplang $(APPDIR)/lang/english.lang $< > $@ 204 perl $(TOOLSDIR)/uplang $(APPDIR)/lang/english.lang $< > $@
202 205