]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/helpview/Makefile.in
added container class files
[wxWidgets.git] / samples / html / helpview / Makefile.in
index 747c790b192f0b5e26d29f7379f26f1cf7bd7066..f744e9f56254a680fbe560ca766dd50a853608d0 100644 (file)
@@ -9,7 +9,7 @@
 #
 # Makefile for html about example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../../..
 program_dir = samples/html/helpview
 
@@ -19,7 +19,9 @@ DATAFILES = test.zip
 
 PROGRAM=helpview
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../../src/makeprog.env
 
+-include $(DEPFILES)