Index: x11/Makefile
===================================================================
RCS file: /cvsroot/rockbox/uisimulator/x11/Makefile,v
retrieving revision 1.76
diff -u -b -r1.76 Makefile
--- x11/Makefile	25 Sep 2002 14:11:47 -0000	1.76
+++ x11/Makefile	30 Sep 2002 02:52:29 -0000
@@ -82,7 +82,7 @@
 
 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
+	screens.c viewer.c
 
 MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c
 
@@ -199,6 +199,9 @@
 	$(CC) $(APPCFLAGS) -c $< -o $@
 
 $(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
