diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/Makefile | 3 |
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 |