]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/printing/Makefile.in
Further fixes to references
[wxWidgets.git] / samples / html / printing / Makefile.in
index 01761a8fe4ea5eced2fd199a528a7035be74380f..2010cac8060006a56cd6ef7ed125388f865d4a93 100644 (file)
@@ -13,7 +13,7 @@ top_srcdir = @top_srcdir@/..
 top_builddir = ../../..
 program_dir = samples/html/printing
 
-DATAFILES = test.htm
+DATAFILES = test.htm logo6.gif
 
 PROGRAM=printing
 
@@ -22,4 +22,4 @@ DEPFILES=$(PROGRAM).d
 
 include ../../../src/makeprog.env
 
--include $(DEPFILES)
+@IF_GNU_MAKE@-include $(DEPFILES)