]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/image/Makefile.in
don't call wxYield() from EnsureVisible(), this is too dangerous - and unnecessary...
[wxWidgets.git] / samples / image / Makefile.in
index edb67509949e5646d331abbabd64f846de734818..a492da33296db714ef3119cb317c76fca1599f0a 100644 (file)
@@ -17,7 +17,9 @@ DATAFILES = horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm horse.ti
 
 PROGRAM=image
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+-include $(DEPFILES)