]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/image/Makefile.in
do *NOT* make the window of the size of its parent initially, fixes missing EVT_SIZE...
[wxWidgets.git] / samples / image / Makefile.in
index 963a10a988c1915ac78278b5f64e973eca314e7d..a492da33296db714ef3119cb317c76fca1599f0a 100644 (file)
@@ -9,15 +9,17 @@
 #
 # Makefile for image example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
 program_dir = samples/image
 
-DATAFILES = horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm horse.tif smile.xbm
+DATAFILES = horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm horse.tif horse.xpm smile.xbm
 
 PROGRAM=image
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+-include $(DEPFILES)