From 706d6ee882125ab3a274509ade5e5db78d42f1f3 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Thu, 27 Jun 2002 00:25:19 +0000 Subject: Moved settings.c/h to apps/ git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1216 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/x11/Makefile | 6 +++--- 1 file 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 -- cgit v1.2.3