diff options
author | John Christopher Anderson <jchris@apache.org> | 2008-12-29 23:43:10 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2008-12-29 23:43:10 +0000 |
commit | 0eaf109d9d2c5bbda4a33d7c106c3a9f06f52d2a (patch) | |
tree | 759167072f99606fe082864c1ffe5068dae0e4f3 /src/couchdb/Makefile.am | |
parent | 46874e0e90a46fefe0a6f7e1ef574bb6a2fcaf78 (diff) |
merge form branch to trunk
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@730016 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/couchdb/Makefile.am')
-rw-r--r-- | src/couchdb/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/couchdb/Makefile.am b/src/couchdb/Makefile.am index ae7a06e1..50e51c62 100644 --- a/src/couchdb/Makefile.am +++ b/src/couchdb/Makefile.am @@ -55,6 +55,7 @@ source_files = \ couch_httpd.erl \ couch_httpd_db.erl \ couch_httpd_external.erl \ + couch_httpd_form.erl \ couch_httpd_view.erl \ couch_httpd_misc_handlers.erl \ couch_key_tree.erl \ @@ -90,6 +91,7 @@ compiled_files = \ couch_httpd.beam \ couch_httpd_db.beam \ couch_httpd_external.beam \ + couch_httpd_form.beam \ couch_httpd_view.beam \ couch_httpd_misc_handlers.beam \ couch_key_tree.beam \ |