diff options
author | Alan Conway <aconway@apache.org> | 2007-04-10 22:36:12 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-04-10 22:36:12 +0000 |
commit | 8dc84a11caf5cc50768f996864139b29af7626c8 (patch) | |
tree | c96280bde11d54678bb6adf11e7dc3ff7ee31a0a /qpid/cpp/configure.ac | |
parent | faf86c6e5f484feef6102533b177202282b7f091 (diff) | |
download | qpid-python-8dc84a11caf5cc50768f996864139b29af7626c8.tar.gz |
* docs/api/*: Fixed API doc generation to work with VPATH builds.
* src/Makefile.am:
- Added missing .h files in distribution.
* src & tests Makefile.am:
- Made generated .mk fragments maintaner-clean, not distclean, otherwise
distclean followed by a VPATH build fails.
* cpp/src/tests/quick_topictest: cat error log on failure.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@527325 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/configure.ac')
-rw-r--r-- | qpid/cpp/configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/configure.ac b/qpid/cpp/configure.ac index 2a9eabac61..53989dcdbc 100644 --- a/qpid/cpp/configure.ac +++ b/qpid/cpp/configure.ac @@ -142,6 +142,8 @@ AC_CONFIG_FILES([ src/tests/Makefile docs/man/Makefile docs/api/Makefile + docs/api/user.doxygen + docs/api/developer.doxygen rpm/Makefile ]) |