#
# 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)