X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b1683d38998df9b7a03486ec11bfc46833de91c5..386c70583a2c03548aad922205906e58555a302d:/samples/layout/Makefile.in?ds=sidebyside diff --git a/samples/layout/Makefile.in b/samples/layout/Makefile.in index 9019372202..0c0d4faceb 100644 --- a/samples/layout/Makefile.in +++ b/samples/layout/Makefile.in @@ -9,13 +9,15 @@ # # Makefile for layout example (UNIX). -top_srcdir = @top_srcdir@ +top_srcdir = @top_srcdir@/.. top_builddir = ../.. program_dir = samples/layout PROGRAM=layout -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +-include $(DEPFILES)