]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dnd/Makefile.in
fixed listbox initial size determination
[wxWidgets.git] / samples / dnd / Makefile.in
index 880af4d078d1f37fc783a3e5896d97b8cb6d9808..90599ae85106ffdab8c5702a83591381d491cecb 100644 (file)
@@ -9,14 +9,17 @@
 #
 # Makefile for dnd example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
+program_dir = samples/dnd
 
-VPATH = :$(top_srcdir)/samples/dnd
+DATAFILES=julian.png dnd.wxr
 
 PROGRAM=dnd
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+-include $(DEPFILES)