summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaul Joseph Davis <davisp@apache.org>2011-09-15 15:44:06 +0000
committerPaul Joseph Davis <davisp@apache.org>2011-09-15 15:44:06 +0000
commit35e57870c7142232eb7cb876d3aa3318d30029af (patch)
treedce004bed27534dd5c7533718bb8013ff99d4306 /configure.ac
parentc66ebaab7eaeccd591fbd2c684484503a26b598d (diff)
downloadcouchdb-35e57870c7142232eb7cb876d3aa3318d30029af.tar.gz
Create the couch_index application.
The couch_index application is responsible for managing all of the different types of indexers. This manages the process handling for keeping track of the index state as well as managing the updater and compactor handling. New indexers can be added by creating a new application that provides a callback module that exports the required API. This module combined with a db and design doc make up the definition of an index. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1171146 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index bfed4562c..ca1f4c532 100644
--- a/configure.ac
+++ b/configure.ac
@@ -503,6 +503,7 @@ AC_CONFIG_FILES([etc/windows/Makefile])
AC_CONFIG_FILES([etc/Makefile])
AC_CONFIG_FILES([share/Makefile])
AC_CONFIG_FILES([src/Makefile])
+AC_CONFIG_FILES([src/couch_index/Makefile])
AC_CONFIG_FILES([src/couchdb/couch.app.tpl])
AC_CONFIG_FILES([src/couchdb/Makefile])
AC_CONFIG_FILES([src/couchdb/priv/Makefile])