summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/couchdb/Makefile.am6
-rw-r--r--src/couchdb/couch.app.tpl.in1
2 files changed, 5 insertions, 2 deletions
diff --git a/src/couchdb/Makefile.am b/src/couchdb/Makefile.am
index ff5827ef..b7fe29ce 100644
--- a/src/couchdb/Makefile.am
+++ b/src/couchdb/Makefile.am
@@ -44,7 +44,8 @@ couch_file_collection = \
couch_server_sup.erl \
couch_stream.erl \
couch_util.erl \
- couch_view.erl
+ couch_view.erl \
+ couch_db_updater.erl
couchebin_DATA = \
cjson.beam \
@@ -65,7 +66,8 @@ couchebin_DATA = \
couch_server_sup.beam \
couch_stream.beam \
couch_util.beam \
- couch_view.beam
+ couch_view.beam \
+ couch_db_updater.beam
couchinclude_DATA = couch_db.hrl
diff --git a/src/couchdb/couch.app.tpl.in b/src/couchdb/couch.app.tpl.in
index 96e5afc1..ba7f13c1 100644
--- a/src/couchdb/couch.app.tpl.in
+++ b/src/couchdb/couch.app.tpl.in
@@ -4,6 +4,7 @@
{modules,[couch_btree,
cjson,
couch_db,
+ couch_db_updater,
couch_doc,
couch_query_servers,
couch_file,