]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/help/Makefile.in
Added Net library to contrib
[wxWidgets.git] / samples / html / help / Makefile.in
index 3ceb53a80a446227eefc78b6276346215e4cfea6..1f43668538e767fe6acbeba6fc020154fd4268f2 100644 (file)
@@ -9,7 +9,7 @@
 #
 # Makefile for html about example (UNIX).
 
 #
 # Makefile for html about example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../../..
 program_dir = samples/html/help
 
 top_builddir = ../../..
 program_dir = samples/html/help
 
@@ -22,7 +22,9 @@ DATAFILES = helpfiles/Index.hhk helpfiles/book1.htm helpfiles/book2.htm \
 
 PROGRAM=help
 
 
 PROGRAM=help
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../../src/makeprog.env
 
 
 include ../../../src/makeprog.env
 
+-include $(DEPFILES)