X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/549c6f67f9181e3ad8abfffa8c0c6cdd7ec49e5a..b6b85bdccb56b9eb8d4e5ebce4dc3ff776fc9ce8:/samples/layout/Makefile.in

diff --git a/samples/layout/Makefile.in b/samples/layout/Makefile.in
index 64ea755d41..0c0d4faceb 100644
--- a/samples/layout/Makefile.in
+++ b/samples/layout/Makefile.in
@@ -9,14 +9,15 @@
 #
 # Makefile for layout example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
-
-VPATH = :$(top_srcdir)/samples/layout
+program_dir = samples/layout
 
 PROGRAM=layout
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+-include $(DEPFILES)