You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2006/10/17 21:49:17 UTC

svn commit: r465017 - /incubator/qpid/trunk/qpid/cpp/Makefile

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