X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dc6c62a931cd31cff4bd7c621301d443a41dee5c..3d2791f12caee789ac732ac586588dad1fab1947:/samples/html/virtual/Makefile.in diff --git a/samples/html/virtual/Makefile.in b/samples/html/virtual/Makefile.in index 0b660a7b83..34544f563e 100644 --- a/samples/html/virtual/Makefile.in +++ b/samples/html/virtual/Makefile.in @@ -9,15 +9,17 @@ # # Makefile for html virtual example (UNIX). -top_srcdir = @top_srcdir@ +top_srcdir = @top_srcdir@/.. top_builddir = ../../.. program_dir = samples/html/virtual PROGRAM=virtual -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d DATAFILES=start.htm include ../../../src/makeprog.env +-include $(DEPFILES)