X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..c48792de4abe190910c0cb212c5df44d2ef87a7e:/samples/dragimag/Makefile.in diff --git a/samples/dragimag/Makefile.in b/samples/dragimag/Makefile.in index 5fac7499b9..a945e70bd0 100644 --- a/samples/dragimag/Makefile.in +++ b/samples/dragimag/Makefile.in @@ -8,7 +8,9 @@ program_dir = samples/dragimag 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 $(DEPFILES)