]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/help/Makefile.in
fix for focus handling in generic wxListCtrl
[wxWidgets.git] / samples / help / Makefile.in
index ef4f2ae6a718ac4fd7f7c002cdec3a19718807be..cbc93612205082b48fff0d2bd7b6a2ec6047ba19 100644 (file)
@@ -13,7 +13,7 @@ top_srcdir = @top_srcdir@/..
 top_builddir = ../..
 program_dir = samples/help
 
-PROGRAM=help
+PROGRAM=demo
 
 OBJECTS =demo.o
 DEPFILES=demo.d
@@ -43,4 +43,4 @@ DATAFILES=doc.cnt doc.hlp doc.hpj doc.tex doc.zip back.gif forward.gif \
 
 include ../../src/makeprog.env
 
--include $(DEPFILES)
+@IF_GNU_MAKE@-include $(DEPFILES)