]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/image/Makefile.in
compilation fix
[wxWidgets.git] / samples / image / Makefile.in
index 0ed0d7bd3de4da250865a14df225ea6e2c0906a6..a492da33296db714ef3119cb317c76fca1599f0a 100644 (file)
@@ -9,12 +9,17 @@
 #
 # Makefile for image example (UNIX).
 
 #
 # Makefile for image example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
 top_builddir = ../..
+program_dir = samples/image
+
+DATAFILES = horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm horse.tif horse.xpm smile.xbm
 
 PROGRAM=image
 
 
 PROGRAM=image
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
 
 include ../../src/makeprog.env
 
+-include $(DEPFILES)