X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48fe83743aafc0c3427824b7c3051119b22ebe79..ed2e7e59a9118ec16251130edefdbd2df5a3baf0:/samples/png/Makefile.in?ds=sidebyside diff --git a/samples/png/Makefile.in b/samples/png/Makefile.in index b1ee8a9cfd..0b26daaa83 100644 --- a/samples/png/Makefile.in +++ b/samples/png/Makefile.in @@ -17,7 +17,9 @@ DATAFILES = julian.png paint16.png paint.png PROGRAM=pngdemo -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +-include $(DEPFILES)