diff options
Diffstat (limited to 'src/couchdb/Makefile.am')
-rw-r--r-- | src/couchdb/Makefile.am | 6 |
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 \ |