summaryrefslogtreecommitdiff
path: root/src/couchdb/Makefile.am
diff options
context:
space:
mode:
authorAdam Kocoloski <kocolosk@apache.org>2009-07-16 20:48:35 +0000
committerAdam Kocoloski <kocolosk@apache.org>2009-07-16 20:48:35 +0000
commit8ea7e1aa67d2be6c22c93273a47923718a2d44d2 (patch)
treeeb3ae3862feac8721f13ebd8323675a6c4ff8a4f /src/couchdb/Makefile.am
parent4d99f60a9fcc93e45eb5670c0dd8cc0b71820f77 (diff)
first cut at _changes feed consumer. not yet used by replication
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@794848 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/couchdb/Makefile.am')
-rw-r--r--src/couchdb/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/couchdb/Makefile.am b/src/couchdb/Makefile.am
index 4b4f4ab2..80f4b541 100644
--- a/src/couchdb/Makefile.am
+++ b/src/couchdb/Makefile.am
@@ -72,6 +72,7 @@ source_files = \
couch_query_servers.erl \
couch_ref_counter.erl \
couch_rep.erl \
+ couch_rep_changes_feed.erl \
couch_rep_sup.erl \
couch_server.erl \
couch_server_sup.erl \
@@ -116,6 +117,7 @@ compiled_files = \
couch_query_servers.beam \
couch_ref_counter.beam \
couch_rep.beam \
+ couch_rep_changes_feed.beam \
couch_rep_sup.beam \
couch_server.beam \
couch_server_sup.beam \