]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/image/Makefile.in
Mention wxCURSOR_BLANK
[wxWidgets.git] / samples / image / Makefile.in
index a492da33296db714ef3119cb317c76fca1599f0a..3cf0907803b5fb912e2d86e111e40b0bf053b357 100644 (file)
@@ -13,7 +13,8 @@ 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 horse.xpm smile.xbm
+DATAFILES = horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm \
+            horse.tif horse.xpm smile.xbm horse.cur horse.ico
 
 PROGRAM=image
 
@@ -22,4 +23,4 @@ DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
--include $(DEPFILES)
+@IF_GNU_MAKE@-include $(DEPFILES)