From 2bdd75901fba402068d08e316a3ac32249307e27 Mon Sep 17 00:00:00 2001 From: John Christopher Anderson Date: Fri, 26 Feb 2010 01:11:02 +0000 Subject: fdmananas patch for filtered replication via COUCHDB-673 git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@916518 13f79535-47bb-0310-9956-ffa450edef68 --- src/couchdb/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/couchdb/Makefile.am') diff --git a/src/couchdb/Makefile.am b/src/couchdb/Makefile.am index 9c7e9d4d..b5c84f33 100644 --- a/src/couchdb/Makefile.am +++ b/src/couchdb/Makefile.am @@ -30,6 +30,7 @@ source_files = \ couch.erl \ couch_app.erl \ couch_btree.erl \ + couch_changes.erl \ couch_config.erl \ couch_config_writer.erl \ couch_db.erl \ @@ -86,6 +87,7 @@ compiled_files = \ couch.beam \ couch_app.beam \ couch_btree.beam \ + couch_changes.beam \ couch_config.beam \ couch_config_writer.beam \ couch_db.beam \ -- cgit v1.2.3