X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae125753e4d8793f0d6b1b22bc7bc700f93a2097..b889a3a24bda7d1e9d361d866ada776400b2fb81:/samples/dnd/Makefile.in?ds=sidebyside diff --git a/samples/dnd/Makefile.in b/samples/dnd/Makefile.in index 8b77588d69..90599ae851 100644 --- a/samples/dnd/Makefile.in +++ b/samples/dnd/Makefile.in @@ -9,7 +9,7 @@ # # Makefile for dnd example (UNIX). -top_srcdir = @top_srcdir@ +top_srcdir = @top_srcdir@/.. top_builddir = ../.. program_dir = samples/dnd @@ -17,7 +17,9 @@ DATAFILES=julian.png dnd.wxr PROGRAM=dnd -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +-include $(DEPFILES)