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