From 0d09aa9f79680be83e9893882bded0f4d8ba8b8d Mon Sep 17 00:00:00 2001 From: Filipe David Borba Manana Date: Tue, 8 Mar 2011 18:42:16 +0000 Subject: 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 --- src/couchdb/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/couchdb/Makefile.am') 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 \ -- cgit v1.2.3