summaryrefslogtreecommitdiff
path: root/qpid/cpp/Makefile
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
commitedc8b2958b0072de220570e94d2b113857f6ceae (patch)
treec767c75fb1e907be4c0ced40de00d7d8a1beb35f /qpid/cpp/Makefile
parent42aaf846c329fdbd934ee2d732534c334586c148 (diff)
downloadqpid-python-edc8b2958b0072de220570e94d2b113857f6ceae.tar.gz
Fix #include dependencies.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@465017 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/Makefile')
-rw-r--r--qpid/cpp/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/cpp/Makefile b/qpid/cpp/Makefile
index ce65a150b2..ca774563c2 100644
--- a/qpid/cpp/Makefile
+++ b/qpid/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