X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3ce369e6876c49ad7a101ad222048bd5446b7125..8366ae934aab9f835747b0c2e456231e8795fe78:/samples/html/printing/Makefile.in diff --git a/samples/html/printing/Makefile.in b/samples/html/printing/Makefile.in index a430ce270c..01761a8fe4 100644 --- a/samples/html/printing/Makefile.in +++ b/samples/html/printing/Makefile.in @@ -9,7 +9,7 @@ # # Makefile for html printing example (UNIX). -top_srcdir = @top_srcdir@ +top_srcdir = @top_srcdir@/.. top_builddir = ../../.. program_dir = samples/html/printing @@ -17,7 +17,9 @@ DATAFILES = test.htm PROGRAM=printing -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../../src/makeprog.env +-include $(DEPFILES)