summaryrefslogtreecommitdiff
path: root/uisimulator/x11/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/x11/Makefile')
-rw-r--r--uisimulator/x11/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile
index b34bb48e08..9a21dece80 100644
--- a/uisimulator/x11/Makefile
+++ b/uisimulator/x11/Makefile
@@ -88,7 +88,7 @@ APPS = main.c tree.c menu.c credits.c main_menu.c\
88MENUS = games_menu.c screensavers_menu.c settings_menu.c sound_menu.c 88MENUS = games_menu.c screensavers_menu.c settings_menu.c sound_menu.c
89 89
90ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP) 90ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP)
91 APPS += tetris.c sokoban.c bounce.c boxes.c icons.c bmp.c widgets.c 91 APPS += tetris.c sokoban.c blank.c bounce.c boxes.c icons.c bmp.c widgets.c
92endif 92endif
93 93
94SRCS = screenhack.c uibasic.c resources.c visual.c lcd-x11.c stubs.c \ 94SRCS = screenhack.c uibasic.c resources.c visual.c lcd-x11.c stubs.c \
@@ -186,6 +186,9 @@ $(OBJDIR)/tetris.o: $(RECDIR)/tetris.c
186$(OBJDIR)/sokoban.o: $(RECDIR)/sokoban.c 186$(OBJDIR)/sokoban.o: $(RECDIR)/sokoban.c
187 $(CC) $(APPCFLAGS) -c $< -o $@ 187 $(CC) $(APPCFLAGS) -c $< -o $@
188 188
189$(OBJDIR)/blank.o: $(RECDIR)/blank.c
190 $(CC) $(APPCFLAGS) -c $< -o $@
191
189$(OBJDIR)/bounce.o: $(RECDIR)/bounce.c 192$(OBJDIR)/bounce.o: $(RECDIR)/bounce.c
190 $(CC) $(APPCFLAGS) -c $< -o $@ 193 $(CC) $(APPCFLAGS) -c $< -o $@
191 194