diff options
author | benoitc <benoitc@apache.org> | 2011-12-04 12:38:23 +0100 |
---|---|---|
committer | benoitc <benoitc@apache.org> | 2011-12-05 10:32:53 +0100 |
commit | ad5267908ba034f25ef816408f555d7a5ac6cbb2 (patch) | |
tree | d86392e2ca175a0ec27b3cc586de0b34d4a8207a /configure.ac | |
parent | 0c6f529a73c8ce4e81e95e90eabf2f0b772b3a64 (diff) | |
download | couchdb-ad5267908ba034f25ef816408f555d7a5ac6cbb2.tar.gz |
create couch_replicator application.
First step, move files in couch_replicator application & add them
build.
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 a470f94e6..016cf4196 100644 --- a/configure.ac +++ b/configure.ac @@ -549,6 +549,7 @@ AC_CONFIG_FILES([share/Makefile]) AC_CONFIG_FILES([src/Makefile]) AC_CONFIG_FILES([src/couch_index/Makefile]) AC_CONFIG_FILES([src/couch_mrview/Makefile]) +AC_CONFIG_FILES([src/couch_replicator/Makefile]) AC_CONFIG_FILES([src/couchdb/couch.app.tpl]) AC_CONFIG_FILES([src/couchdb/Makefile]) AC_CONFIG_FILES([src/couchdb/priv/Makefile]) |