]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/life/Makefile.in
More Unicode support added (though untested and still unfinished).
[wxWidgets.git] / demos / life / Makefile.in
index 5bbeb8538e149286bb75db156b0cd1f457eba6ad..77da68dce4380f372e93744a370070b8b91e8ed2 100644 (file)
@@ -13,9 +13,11 @@ top_srcdir = @top_srcdir@/..
 top_builddir = ../..
 program_dir = demos/life
 
+DATAFILES = samples.inc breeder.lif
+
 PROGRAM=life
 
-OBJECTS=$(PROGRAM).o dialogs.o game.o
+OBJECTS=$(PROGRAM).o dialogs.o game.o reader.o
 
 include ../../src/makeprog.env