summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2006-12-08 12:44:20 +0000
committerGordon Sim <gsim@apache.org>2006-12-08 12:44:20 +0000
commita32fd67ab24d8524f77f314aa977dba10c0ed94f (patch)
tree30c2ac6db69d0a7e30b91fd5916aab12d09aa919
parentbbcb79f8e1f5ffaefacf1b8afde2ef1ba285cad5 (diff)
downloadqpid-python-a32fd67ab24d8524f77f314aa977dba10c0ed94f.tar.gz
Added docs/api/Makefile to the list of files to create in configure.ac.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@483969 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--cpp/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/configure.ac b/cpp/configure.ac
index bc069359be..a43040befd 100644
--- a/cpp/configure.ac
+++ b/cpp/configure.ac
@@ -129,6 +129,7 @@ AC_CONFIG_FILES([
lib/broker/Makefile
src/Makefile
tests/Makefile
+ docs/api/Makefile
])
AC_OUTPUT