diff options
author | Noah Slater <nslater@apache.org> | 2009-07-16 20:19:01 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2009-07-16 20:19:01 +0000 |
commit | 9faded78be10f9bc2ab804dda69660e22ca921eb (patch) | |
tree | ad71c48f39277e312adb7a47fc02d26d958cf162 /configure.ac | |
parent | 350811a34260baed48995c66baf1cb30021d2fbd (diff) |
added missing file
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@794828 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 81fcf5df..f42b4b77 100644 --- a/configure.ac +++ b/configure.ac @@ -268,6 +268,7 @@ AC_CONFIG_FILES([etc/Makefile]) AC_CONFIG_FILES([share/Makefile]) AC_CONFIG_FILES([src/couchdb/couch.app.tpl]) AC_CONFIG_FILES([src/couchdb/Makefile]) +AC_CONFIG_FILES([src/couchdb/priv/Makefile]) AC_CONFIG_FILES([src/ibrowse/Makefile]) AC_CONFIG_FILES([src/mochiweb/Makefile]) AC_CONFIG_FILES([test/Makefile]) |