]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/plot/Makefile.in
Applied recent FL patches from Benjamin Williams <biwilliajsb@yahoo.com>.
[wxWidgets.git] / contrib / src / plot / Makefile.in
index 77a75d9b3910e7e45cead29577a74c755c7d6109..7b5c8a7fbfc4fd64a4279e4dcc0b23dd89610601 100644 (file)
@@ -16,8 +16,10 @@ HEADER_SUBDIR=plot
 HEADERS=plot.h
 
 OBJECTS=plot.o
+DEPFILES=$(OBJECTS:.o=.d)
 
 APPEXTRADEFS=-I$(top_srcdir)/contrib/include
 
 include $(top_builddir)/src/makelib.env
 
+-include $(DEPFILES)