]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/zip/Makefile.in
Updated VC++ files
[wxWidgets.git] / samples / html / zip / Makefile.in
index 76297fbd3eadfb8d169301639ec57269286ea2b8..c88cd40105ad86fc54be8211f7d42e51520c47cb 100644 (file)
@@ -9,15 +9,17 @@
 #
 # Makefile for html zip example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../../..
 program_dir = samples/html/zip
 
 PROGRAM=zip
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 DATAFILES=pages.zip start.htm
 
 include ../../../src/makeprog.env
 
+-include $(DEPFILES)