]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/printing/Makefile.in
added dependency handling to Makefiles
[wxWidgets.git] / samples / html / printing / Makefile.in
index a976563353e4589baadae61a828b0b11b1288926..01761a8fe4ea5eced2fd199a528a7035be74380f 100644 (file)
@@ -17,7 +17,9 @@ DATAFILES = test.htm
 
 PROGRAM=printing
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../../src/makeprog.env
 
+-include $(DEPFILES)