X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48fe83743aafc0c3427824b7c3051119b22ebe79..9f4de6b2cf06f53a98b28f53640f3b9ec8cf4182:/samples/html/printing/Makefile.in diff --git a/samples/html/printing/Makefile.in b/samples/html/printing/Makefile.in index a976563353..2010cac806 100644 --- a/samples/html/printing/Makefile.in +++ b/samples/html/printing/Makefile.in @@ -13,11 +13,13 @@ top_srcdir = @top_srcdir@/.. top_builddir = ../../.. program_dir = samples/html/printing -DATAFILES = test.htm +DATAFILES = test.htm logo6.gif PROGRAM=printing -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../../src/makeprog.env +@IF_GNU_MAKE@-include $(DEPFILES)