X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9d8bdf2dbc7c82e878038689db77e18556bad06c..b231914f6abe2c148193b006a0919d60575f9a20:/samples/image/Makefile.in?ds=sidebyside diff --git a/samples/image/Makefile.in b/samples/image/Makefile.in index edb6750994..a492da3329 100644 --- a/samples/image/Makefile.in +++ b/samples/image/Makefile.in @@ -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)