Author: aconway
Date: Tue Oct 17 12:49:12 2006
New Revision: 465017
URL: http://svn.apache.org/viewvc?view=rev&rev=465017
Log:
Fix #include dependencies.
Modified:
incubator/qpid/trunk/qpid/cpp/Makefile
Modified: incubator/qpid/trunk/qpid/cpp/Makefile
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/Makefile?view=diff&rev=465017&r1=465016&r2=465017
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/Makefile (original)
+++ incubator/qpid/trunk/qpid/cpp/Makefile Tue Oct 17 12:49:12 2006
@@ -123,6 +123,9 @@
doxygen: doxygen/doxygen.cfg $(SOURCES)
cd doxygen && doxygen doxygen.cfg
+## #include dependencies
+-include $(shell find src test -name '*.d')
+
## Cleanup
clean::
rm -f bin/* lib/* qpidd.log