]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/mdi/Makefile.in
fix for bug in wxEditableListBox in connection with new wxListCtrl
[wxWidgets.git] / samples / mdi / Makefile.in
index 148d0aa9b12ac01dd4514bc497945e04e531f026..e9e1e6047a3340d505632183305fcb9dfb45d7ef 100644 (file)
@@ -9,14 +9,15 @@
 #
 # Makefile for mdi example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
-
-VPATH = :$(top_srcdir)/samples/mdi
+program_dir = samples/mdi
 
 PROGRAM=mdi
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+-include $(DEPFILES)