From fb00c2190bab443812581473032156eb1e804c30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Stenberg?= Date: Fri, 21 May 2004 20:08:24 +0000 Subject: Plugin/file type association system. Patch #879411 by Henrik Backe git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4677 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/x11/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'uisimulator/x11/Makefile') 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\ APPS = main.c tree.c menu.c credits.c main_menu.c language.c\ playlist.c wps.c wps-display.c settings.c status.c icons.c\ screens.c peakmeter.c sleeptimer.c keyboard.c onplay.c\ - misc.c plugin.c playlist_viewer.c bookmark.c + misc.c plugin.c playlist_viewer.c bookmark.c filetypes.c MENUS = settings_menu.c sound_menu.c playlist_menu.c @@ -142,6 +142,9 @@ $(OBJDIR)/credits.raw: $(DOCSDIR)/CREDITS $(OBJDIR)/credits.o: $(APPDIR)/credits.c $(APPDIR)/credits.h $(OBJDIR)/credits.raw $(CC) $(APPCFLAGS) -c $< -o $@ +$(OBJDIR)/filetypes.o: $(APPDIR)/filetypes.c + $(CC) $(APPCFLAGS) -c $< -o $@ + $(OBJDIR)/menu.o: $(APPDIR)/menu.c $(CC) $(APPCFLAGS) -c $< -o $@ -- cgit v1.2.3