X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dc6c62a931cd31cff4bd7c621301d443a41dee5c..14dd645ee16eb022afb19f35d0c8cfdf2d3cdee9:/samples/html/virtual/Makefile.in?ds=sidebyside 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)