diff options
author | Björn Stenberg <bjorn@haxx.se> | 2004-05-21 20:08:24 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2004-05-21 20:08:24 +0000 |
commit | fb00c2190bab443812581473032156eb1e804c30 (patch) | |
tree | 7ac8b3964e7ebf284b1eae3a384a036e928f568d /uisimulator/x11/Makefile | |
parent | 087a085790b2f9099e9b7c9184374a30520f408e (diff) |
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
Diffstat (limited to 'uisimulator/x11/Makefile')
-rw-r--r-- | uisimulator/x11/Makefile | 5 |
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\ 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 $@ |