diff options
author | Björn Stenberg <bjorn@haxx.se> | 2002-06-27 00:25:19 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2002-06-27 00:25:19 +0000 |
commit | 706d6ee882125ab3a274509ade5e5db78d42f1f3 (patch) | |
tree | 880989de4ac30baac4a7846baab3ee641f958293 /uisimulator/x11/Makefile | |
parent | f80d8a704d7955ec2c1cca41ebc5975130e69f64 (diff) |
Moved settings.c/h to apps/
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1216 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/x11/Makefile')
-rw-r--r-- | uisimulator/x11/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile index 7e61941563..f6b22e243d 100644 --- a/uisimulator/x11/Makefile +++ b/uisimulator/x11/Makefile @@ -73,10 +73,10 @@ CFLAGS = $(DEBUG) $(DEFINES) $(INCLUDES) -W -Wall APPCFLAGS = $(DEBUG) $(DEFINES) $(APPINCLUDES) -W -Wall -FIRMSRCS = chartables.c lcd.c sprintf.c id3.c debug.c settings.c +FIRMSRCS = chartables.c lcd.c sprintf.c id3.c debug.c APPS = main.c tree.c menu.c credits.c main_menu.c\ - playlist.c showtext.c wps.c + playlist.c showtext.c wps.c settings.c MENUS = games_menu.c screensavers_menu.c settings_menu.c sound_menu.c @@ -203,7 +203,7 @@ $(OBJDIR)/lcd.o: $(DRIVERS)/lcd.c $(OBJDIR)/chartables.o: $(FIRMWAREDIR)/chartables.c $(CC) $(APPCFLAGS) -c $< -o $@ -$(OBJDIR)/settings.o: $(FIRMWAREDIR)/settings.c +$(OBJDIR)/settings.o: $(APPDIR)/settings.c $(CC) $(APPCFLAGS) -c $< -o $@ $(OBJDIR)/id3.o: $(FIRMWAREDIR)/id3.c |