]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/printing/Makefile.in
added container class source
[wxWidgets.git] / samples / html / printing / Makefile.in
index a430ce270c7f15b2cc2d9f6673f233ad407e2040..01761a8fe4ea5eced2fd199a528a7035be74380f 100644 (file)
@@ -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)