diff options
Diffstat (limited to 'src/couchdb/Makefile.am')
-rw-r--r-- | src/couchdb/Makefile.am | 6 |
1 files changed, 4 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 |