]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dragimag/Makefile.in
fixed loading of GNOME2 mime icons (still not working as desired)
[wxWidgets.git] / samples / dragimag / Makefile.in
index 1e8c6416bfc2f3ebbd67d548d48765f2c7cfdd12..a43b4b5936f483a807b1de7526cc0f1a97c4a3a4 100644 (file)
@@ -6,8 +6,11 @@ top_builddir = ../..
 program_dir = samples/dragimag
 
 PROGRAM=dragimag
+DATAFILES=backgrnd.png shape01.png shape02.png shape03.png
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)