X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3fd528b939f44c0e0535fc5f3aff40989fb67a45..77436c4cbac2269e564dc4fcf4494a58feca0af4:/samples/resource/Makefile.in diff --git a/samples/resource/Makefile.in b/samples/resource/Makefile.in index 853932a116..a58d4068b0 100644 --- a/samples/resource/Makefile.in +++ b/samples/resource/Makefile.in @@ -9,13 +9,15 @@ # # Makefile for resource example (UNIX). -top_srcdir = @top_srcdir@ +top_srcdir = @top_srcdir@/.. top_builddir = ../.. program_dir = samples/resource PROGRAM=resource -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +-include $(DEPFILES)