From 3706a84dc89c1e667472a9854f4cd8375fe25345 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 17 Oct 2006 19:49:12 +0000 Subject: Fix #include dependencies. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@465017 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cpp') 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 -- cgit v1.2.1