]> 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 d9a5d10501374ea3132dec8cebad1a3b7ce11aa5..a492da33296db714ef3119cb317c76fca1599f0a 100644 (file)
@@ -13,11 +13,13 @@ 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)