]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/drawing/Makefile.in
1. fixed memory leak in GAddress
[wxWidgets.git] / samples / drawing / Makefile.in
index 49de1b97fdbb4a7395b93c288bcb5acc3d7bb416..77cc503b054172cf83b567db79c4d85967fba8b1 100644 (file)
@@ -9,14 +9,14 @@
 #
 # Makefile for drawing example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
-
-VPATH = :$(top_srcdir)/samples/drawing
+program_dir = samples/drawing
 
 PROGRAM=drawing
 
 OBJECTS=$(PROGRAM).o
+DATAFILES=pat4.bmp pat35.bmp pat36.bmp image.bmp mask.bmp
 
 include ../../src/makeprog.env