summaryrefslogtreecommitdiff
path: root/src/couchdb/Makefile.am
diff options
context:
space:
mode:
authorJohn Christopher Anderson <jchris@apache.org>2008-12-16 20:42:05 +0000
committerJohn Christopher Anderson <jchris@apache.org>2008-12-16 20:42:05 +0000
commite64377c89cb535d4d649f637d3b434356ff984b5 (patch)
tree323673b652c3eda53985ca8e9ed5d2c243249988 /src/couchdb/Makefile.am
parent54ddcb1768b915e90d315e1f5ceba4f322b8e28b (diff)
the external process handler
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@727136 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/couchdb/Makefile.am')
-rw-r--r--src/couchdb/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/couchdb/Makefile.am b/src/couchdb/Makefile.am
index 76d3f13e..aaa6c67c 100644
--- a/src/couchdb/Makefile.am
+++ b/src/couchdb/Makefile.am
@@ -48,9 +48,12 @@ source_files = \
couch_db_update_notifier_sup.erl \
couch_doc.erl \
couch_event_sup.erl \
+ couch_external_manager.erl \
+ couch_external_server.erl \
couch_file.erl \
couch_httpd.erl \
couch_httpd_db.erl \
+ couch_httpd_external.erl \
couch_httpd_view.erl \
couch_httpd_misc_handlers.erl \
couch_key_tree.erl \
@@ -79,9 +82,12 @@ compiled_files = \
couch_db_update_notifier_sup.beam \
couch_doc.beam \
couch_event_sup.beam \
+ couch_external_manager.beam \
+ couch_external_server.beam \
couch_file.beam \
couch_httpd.beam \
couch_httpd_db.beam \
+ couch_httpd_external.beam \
couch_httpd_view.beam \
couch_httpd_misc_handlers.beam \
couch_key_tree.beam \