]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dialogs/Makefile.in
added TAB handling
[wxWidgets.git] / samples / dialogs / Makefile.in
index 92f593f0100f13e55215f3ddeb026db3539d02f2..0c253a3ebeb3bac386eec06967164a227018a0f2 100644 (file)
@@ -9,7 +9,7 @@
 #
 # Makefile for dialogs example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
 program_dir = samples/dialogs
 
@@ -17,7 +17,9 @@ DATAFILES=tips.txt
 
 PROGRAM=dialogs
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+-include $(DEPFILES)