Build chttpd_external.beam
Project: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/commit/40a18531 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/tree/40a18531 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/diff/40a18531 Branch: refs/heads/import Commit: 40a18531e229306804f4d28b6c003751a2a34dae Parents: 45cee59 Author: Paul J. Davis <[email protected]> Authored: Mon Mar 11 18:02:41 2013 -0500 Committer: Paul J. Davis <[email protected]> Committed: Fri Jan 17 13:36:10 2014 -0800 ---------------------------------------------------------------------- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/blob/40a18531/Makefile.am ---------------------------------------------------------------------- diff --git a/Makefile.am b/Makefile.am index 15ae77c..c785968 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,6 +33,7 @@ compiled_files = \ ebin/chttpd_app.beam \ ebin/chttpd_config_listener.beam \ ebin/chttpd_db.beam \ + ebin/chttpd_external.beam \ ebin/chttpd_misc.beam \ ebin/chttpd_rewrite.beam \ ebin/chttpd_show.beam \ @@ -40,7 +41,6 @@ compiled_files = \ # Conflicts in couch_db.hrl prevent us from building these # until after we merge the couch application -# ebin/chttpd_external.beam # ebin/chttpd_view.beam
