From 7f9a155b4614190aeb0ac1e6bbdb7e8bbec32a08 Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Fri, 7 Aug 2009 19:12:39 +0000 Subject: ibrowse wrapper for replicator, will replace do_http_request git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@802145 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 ec707d64..c3806310 100644 --- a/src/couchdb/Makefile.am +++ b/src/couchdb/Makefile.am @@ -75,6 +75,7 @@ source_files = \ couch_ref_counter.erl \ couch_rep.erl \ couch_rep_changes_feed.erl \ + couch_rep_httpc.erl \ couch_rep_sup.erl \ couch_server.erl \ couch_server_sup.erl \ @@ -122,6 +123,7 @@ compiled_files = \ couch_ref_counter.beam \ couch_rep.beam \ couch_rep_changes_feed.beam \ + couch_rep_httpc.beam \ couch_rep_sup.beam \ couch_server.beam \ couch_server_sup.beam \ -- cgit v1.2.3