X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9d8bdf2dbc7c82e878038689db77e18556bad06c..2b96d0fb4be7d684c17987d74f8f92d0cfe345b5:/samples/image/Makefile.in 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)