diff options
Diffstat (limited to 'src/couchdb/Makefile.am')
-rw-r--r-- | src/couchdb/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/couchdb/Makefile.am b/src/couchdb/Makefile.am index fce89f3c..ec707d64 100644 --- a/src/couchdb/Makefile.am +++ b/src/couchdb/Makefile.am @@ -61,6 +61,8 @@ source_files = \ couch_file.erl \ couch_httpd.erl \ couch_httpd_db.erl \ + couch_httpd_auth.erl \ + couch_httpd_oauth.erl \ couch_httpd_external.erl \ couch_httpd_show.erl \ couch_httpd_view.erl \ @@ -106,6 +108,8 @@ compiled_files = \ couch_file.beam \ couch_httpd.beam \ couch_httpd_db.beam \ + couch_httpd_auth.beam \ + couch_httpd_oauth.beam \ couch_httpd_external.beam \ couch_httpd_show.beam \ couch_httpd_view.beam \ |