]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dragimag/Makefile.in
fix for wxExecute(subprocess which produces a lot of output) bug
[wxWidgets.git] / samples / dragimag / Makefile.in
index 5fac7499b908260612179fa55e44904574c40deb..a945e70bd07de07789b51790d06c8a14bd7ecd99 100644 (file)
@@ -8,7 +8,9 @@ program_dir = samples/dragimag
 PROGRAM=dragimag
 DATAFILES=backgrnd.png shape01.png shape02.png shape03.png
 
 PROGRAM=dragimag
 DATAFILES=backgrnd.png shape01.png shape02.png shape03.png
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
 
 include ../../src/makeprog.env
 
+-include $(DEPFILES)