From 82d31aa2671ac3ffc7b1dbf4c6c9b6c38f0d9f2e Mon Sep 17 00:00:00 2001 From: "Damien F. Katz" Date: Thu, 2 Oct 2008 16:06:10 +0000 Subject: HTTPd refactoring. Moved most code out of couch_httpd into associated modules (couch_httpd_view, couch_httpd_db, couch_httpd_misc_handlers). Also a fix to removed previous doc_by_seq index entries on compaction retry. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@701173 13f79535-47bb-0310-9956-ffa450edef68 --- src/couchdb/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/couchdb/Makefile.am') diff --git a/src/couchdb/Makefile.am b/src/couchdb/Makefile.am index 38970b07..83220a57 100644 --- a/src/couchdb/Makefile.am +++ b/src/couchdb/Makefile.am @@ -45,6 +45,9 @@ source_files = \ couch_event_sup.erl \ couch_file.erl \ couch_httpd.erl \ + couch_httpd_db.erl \ + couch_httpd_view.erl \ + couch_httpd_misc_handlers.erl \ couch_ft_query.erl \ couch_key_tree.erl \ couch_log.erl \ @@ -70,6 +73,9 @@ compiled_files = \ couch_file.beam \ couch_ft_query.beam \ couch_httpd.beam \ + couch_httpd_db.beam \ + couch_httpd_view.beam \ + couch_httpd_misc_handlers.beam \ couch_key_tree.beam \ couch_log.beam \ couch_query_servers.beam \ -- cgit v1.2.3