X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3fd528b939f44c0e0535fc5f3aff40989fb67a45..6853365e97d65e7d8c15e523ac13b8600b1a78ad:/samples/resource/Makefile.in?ds=inline 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)