X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/79144b8a47e93d03d136fd39cd730060930dec77..bd73ba41f93a040ecf9c18040d7f788992d0a6ec:/samples/png/Makefile.in diff --git a/samples/png/Makefile.in b/samples/png/Makefile.in index ac72e6d715..0b26daaa83 100644 --- a/samples/png/Makefile.in +++ b/samples/png/Makefile.in @@ -9,7 +9,7 @@ # # Makefile for PNG example (UNIX). -top_srcdir = @top_srcdir@ +top_srcdir = @top_srcdir@/.. top_builddir = ../.. program_dir = samples/png @@ -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)