diff --git a/xwords4/linux/Makefile b/xwords4/linux/Makefile index 84ada2973..a2a7d09a6 100644 --- a/xwords4/linux/Makefile +++ b/xwords4/linux/Makefile @@ -32,6 +32,7 @@ DEFINES += -DBEYOND_IR # Let users pick the tiles going into their trays #DEFINES += -DFEATURE_TRAY_EDIT +DEFINES += -DDONT_ABORT_ENGINE #-DDEBUG -DEIGHT_TILES @@ -48,6 +49,7 @@ OBJ = $(PLATFORM)/linuxmain.o \ $(PLATFORM)/gtkletterask.o \ $(PLATFORM)/gtkpasswdask.o \ $(PLATFORM)/gtknewgame.o \ + $(PLATFORM)/gtkntilesask.o \ $(PLATFORM)/cursesmain.o \ $(PLATFORM)/cursesdraw.o \ $(PLATFORM)/cursesask.o \