X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/721a4a08bce5245dd748a9f4c64c5d25a02e8155..01e4ec19805f0decf6adde30a9f77b03340d60b5:/samples/image/Makefile.in?ds=inline diff --git a/samples/image/Makefile.in b/samples/image/Makefile.in index a492da3329..3cf0907803 100644 --- a/samples/image/Makefile.in +++ b/samples/image/Makefile.in @@ -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)