summaryrefslogtreecommitdiff
path: root/src/couchdb/Makefile.am
diff options
context:
space:
mode:
authorFilipe David Borba Manana <fdmanana@apache.org>2011-03-08 18:42:16 +0000
committerFilipe David Borba Manana <fdmanana@apache.org>2011-03-08 18:42:16 +0000
commit0d09aa9f79680be83e9893882bded0f4d8ba8b8d (patch)
treef708c3316f42896cafd86e5e3f6223006408a5f6 /src/couchdb/Makefile.am
parent68b52ba14777198ad3bfd2bcca1760ade2fc5290 (diff)
Merged revision 1079475 from trunk
Renamed module couch_rep_db_listener to couch_replication_manager This new name is more appropriate since it describes more precisely what the modules does. git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.1.x@1079478 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/couchdb/Makefile.am')
-rw-r--r--src/couchdb/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/couchdb/Makefile.am b/src/couchdb/Makefile.am
index c325440d..92f6dcf6 100644
--- a/src/couchdb/Makefile.am
+++ b/src/couchdb/Makefile.am
@@ -69,7 +69,7 @@ source_files = \
couch_rep_reader.erl \
couch_rep_sup.erl \
couch_rep_writer.erl \
- couch_rep_db_listener.erl \
+ couch_replication_manager.erl \
couch_server.erl \
couch_server_sup.erl \
couch_stats_aggregator.erl \
@@ -131,7 +131,7 @@ compiled_files = \
couch_rep_reader.beam \
couch_rep_sup.beam \
couch_rep_writer.beam \
- couch_rep_db_listener.beam \
+ couch_replication_manager.beam \
couch_server.beam \
couch_server_sup.beam \
couch_stats_aggregator.beam \