]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/layout/Makefile.in
wxMGL compilation fixes
[wxWidgets.git] / samples / layout / Makefile.in
index 9019372202a4d0ec69016384d1e4f590158d9993..0c0d4faceb47978887a0ffc2beda740cfe266f4d 100644 (file)
@@ -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)