summaryrefslogtreecommitdiff
path: root/uisimulator/x11
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/x11')
-rw-r--r--uisimulator/x11/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile
index 88a7214b9c..b8c996f3bf 100644
--- a/uisimulator/x11/Makefile
+++ b/uisimulator/x11/Makefile
@@ -94,7 +94,7 @@ APPS = main.c tree.c menu.c credits.c main_menu.c language.c\
94MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c 94MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c
95 95
96ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP) 96ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP)
97 APPS += tetris.c sokoban.c bounce.c snow.c bmp.c widgets.c wormlet.c 97 APPS += tetris.c sokoban.c bounce.c snow.c bmp.c widgets.c wormlet.c cube.c
98endif 98endif
99 99
100SRCS = screenhack.c uibasic.c resources.c visual.c lcd-x11.c stubs.c \ 100SRCS = screenhack.c uibasic.c resources.c visual.c lcd-x11.c stubs.c \
@@ -199,6 +199,9 @@ $(OBJDIR)/sokoban.o: $(RECDIR)/sokoban.c
199$(OBJDIR)/bounce.o: $(RECDIR)/bounce.c 199$(OBJDIR)/bounce.o: $(RECDIR)/bounce.c
200 $(CC) $(APPCFLAGS) -c $< -o $@ 200 $(CC) $(APPCFLAGS) -c $< -o $@
201 201
202$(OBJDIR)/cube.o: $(RECDIR)/cube.c
203 $(CC) $(APPCFLAGS) -c $< -o $@
204
202$(OBJDIR)/snow.o: $(RECDIR)/snow.c 205$(OBJDIR)/snow.o: $(RECDIR)/snow.c
203 $(CC) $(APPCFLAGS) -c $< -o $@ 206 $(CC) $(APPCFLAGS) -c $< -o $@
204 207