summaryrefslogtreecommitdiff
path: root/src/couchdb/Makefile.am
diff options
context:
space:
mode:
authorJohn Christopher Anderson <jchris@apache.org>2008-12-16 20:31:51 +0000
committerJohn Christopher Anderson <jchris@apache.org>2008-12-16 20:31:51 +0000
commit54ddcb1768b915e90d315e1f5ceba4f322b8e28b (patch)
tree368ddd1d421f88cb9f418d3c16d2c8bd28a5f707 /src/couchdb/Makefile.am
parent17b04c04c6004725f6115f7b4592d19eba4cda89 (diff)
couch_os_process to manage the JSON line protocol. thanks davisp.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@727132 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/couchdb/Makefile.am')
-rw-r--r--src/couchdb/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/couchdb/Makefile.am b/src/couchdb/Makefile.am
index 9db1539b..76d3f13e 100644
--- a/src/couchdb/Makefile.am
+++ b/src/couchdb/Makefile.am
@@ -55,6 +55,7 @@ source_files = \
couch_httpd_misc_handlers.erl \
couch_key_tree.erl \
couch_log.erl \
+ couch_os_process.erl \
couch_query_servers.erl \
couch_rep.erl \
couch_server.erl \
@@ -85,6 +86,7 @@ compiled_files = \
couch_httpd_misc_handlers.beam \
couch_key_tree.beam \
couch_log.beam \
+ couch_os_process.beam \
couch_query_servers.beam \
couch_rep.beam \
couch_server.beam \