summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uisimulator/win32/Makefile5
-rw-r--r--uisimulator/x11/Makefile5
2 files changed, 8 insertions, 2 deletions
diff --git a/uisimulator/win32/Makefile b/uisimulator/win32/Makefile
index aa4136c..ad0eb2d 100644
--- a/uisimulator/win32/Makefile
+++ b/uisimulator/win32/Makefile
@@ -67,7 +67,7 @@ FIRMSRCS = lcd-recorder.c power.c sprintf.c id3.c usb.c \
APPS = main.c tree.c menu.c credits.c main_menu.c icons.c language.c \
playlist.c showtext.c wps.c wps-display.c settings.c status.c \
- screens.c peakmeter.c
+ screens.c peakmeter.c viewer.c
MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c
@@ -150,6 +150,9 @@ $(OBJDIR)/main.o: $(APPDIR)/main.c
$(OBJDIR)/wps.o: $(APPDIR)/wps.c
$(CC) $(APPCFLAGS) -c $< -o $@
+$(OBJDIR)/viewer.o: $(APPDIR)/viewer.c
+ $(CC) $(APPCFLAGS) -c $< -o $@
+
$(OBJDIR)/wps-display.o: $(APPDIR)/wps-display.c
$(CC) $(APPCFLAGS) -c $< -o $@
diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile
index c3bb4e6..81ddaf5 100644
--- a/uisimulator/x11/Makefile
+++ b/uisimulator/x11/Makefile
@@ -82,7 +82,7 @@ FIRMSRCS = lcd-recorder.c sprintf.c id3.c debug.c usb.c mpeg.c power.c\
APPS = main.c tree.c menu.c credits.c main_menu.c language.c\
playlist.c showtext.c wps.c wps-display.c settings.c status.c icons.c\
- screens.c peakmeter.c
+ screens.c peakmeter.c viewer.c
MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c
@@ -201,6 +201,9 @@ $(OBJDIR)/main.o: $(APPDIR)/main.c
$(OBJDIR)/wps.o: $(APPDIR)/wps.c
$(CC) $(APPCFLAGS) -c $< -o $@
+$(OBJDIR)/viewer.o: $(APPDIR)/viewer.c
+ $(CC) $(APPCFLAGS) -c $< -o $@
+
$(OBJDIR)/wps-display.o: $(APPDIR)/wps-display.c
$(CC) $(APPCFLAGS) -c $< -o $@