]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/config/Makefile.in
fixed MSLU check
[wxWidgets.git] / samples / config / Makefile.in
index a0b7361ec536573351330a76b0a2753b55941e46..29dbd5df867c588c88fa4f609b3d345964f47c68 100644 (file)
@@ -9,12 +9,15 @@
 #
 # Makefile for config example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
+program_dir = samples/config
 
 PROGRAM=conftest
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)