diff options
author | John Christopher Anderson <jchris@apache.org> | 2010-02-26 01:11:02 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2010-02-26 01:11:02 +0000 |
commit | 2bdd75901fba402068d08e316a3ac32249307e27 (patch) | |
tree | 6635fd73f4d3c299f19be391664d7c2b056263c2 /src/couchdb/Makefile.am | |
parent | 5fb1e46f115e91f2788d2ac8649106667952ddfe (diff) |
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
Diffstat (limited to 'src/couchdb/Makefile.am')
-rw-r--r-- | src/couchdb/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |