summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2006-10-17 19:49:12 +0000
committerAlan Conway <aconway@apache.org>2006-10-17 19:49:12 +0000
commit3706a84dc89c1e667472a9854f4cd8375fe25345 (patch)
tree1efe47f792d639048fa327dddad8623a417aa565 /cpp
parent13b6e8b7ddbad3b5b8f3103e1e55fa1e61333473 (diff)
downloadqpid-python-3706a84dc89c1e667472a9854f4cd8375fe25345.tar.gz
Fix #include dependencies.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@465017 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/Makefile b/cpp/Makefile
index ce65a150b2..ca774563c2 100644
--- a/cpp/Makefile
+++ b/cpp/Makefile
@@ -123,6 +123,9 @@ pythontest: bin/qpidd
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