diff options
author | Alan Conway <aconway@apache.org> | 2007-05-01 16:10:42 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-05-01 16:10:42 +0000 |
commit | c53511771a1ad0de123a249105f3d4f633518249 (patch) | |
tree | 30da67bb55ad3bd77b9f8eb11e93aaf15518d2e2 /qpid/cpp/docs/api | |
parent | 76e9bcf526adac69a4de52ea6e721424af2ee9e4 (diff) | |
download | qpid-python-c53511771a1ad0de123a249105f3d4f633518249.tar.gz |
Makefile fixes to get make distcheck passing.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@534143 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/docs/api')
-rw-r--r-- | qpid/cpp/docs/api/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/docs/api/Makefile.am b/qpid/cpp/docs/api/Makefile.am index adc7a5d8b3..121c263a12 100644 --- a/qpid/cpp/docs/api/Makefile.am +++ b/qpid/cpp/docs/api/Makefile.am @@ -6,7 +6,7 @@ # TODO aconway 2007-04-12: html should have a # dependency on source/header files. -EXTRA_DIST = html user.doxygen developer.doxygen +EXTRA_DIST = html user.doxygen developer.doxygen html.timestamp html: html.timestamp |