X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dc6c62a931cd31cff4bd7c621301d443a41dee5c..cb69afe081994cc75654d5813981172fa194f86f:/samples/html/zip/Makefile.in diff --git a/samples/html/zip/Makefile.in b/samples/html/zip/Makefile.in index 76297fbd3e..c88cd40105 100644 --- a/samples/html/zip/Makefile.in +++ b/samples/html/zip/Makefile.in @@ -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)