Updated Branches: refs/heads/master a7c534437 -> 970f01836
Fixed dist errors Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/970f0183 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/970f0183 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/970f0183 Branch: refs/heads/master Commit: 970f0183617c7bd9c444de11f958f58c45dd70f1 Parents: a7c5344 Author: Noah Slater <[email protected]> Authored: Wed Feb 8 23:24:57 2012 +0000 Committer: Noah Slater <[email protected]> Committed: Wed Feb 8 23:36:07 2012 +0000 ---------------------------------------------------------------------- src/mochiweb/Makefile.am | 2 ++ src/snappy/Makefile.am | 4 +++- 2 files changed, 5 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/970f0183/src/mochiweb/Makefile.am ---------------------------------------------------------------------- diff --git a/src/mochiweb/Makefile.am b/src/mochiweb/Makefile.am index e14a529..d31a6eb 100644 --- a/src/mochiweb/Makefile.am +++ b/src/mochiweb/Makefile.am @@ -30,6 +30,7 @@ mochiweb_file_collection = \ mochitemp.erl \ mochiutf8.erl \ mochiweb.app.in \ + mochiweb.app.src \ mochiweb.erl \ mochiweb_acceptor.erl \ mochiweb_app.erl \ @@ -44,6 +45,7 @@ mochiweb_file_collection = \ mochiweb_mime.erl \ mochiweb_multipart.erl \ mochiweb_request.erl \ + mochiweb_request_tests.erl \ mochiweb_response.erl \ mochiweb_skel.erl \ mochiweb_socket.erl \ http://git-wip-us.apache.org/repos/asf/couchdb/blob/970f0183/src/snappy/Makefile.am ---------------------------------------------------------------------- diff --git a/src/snappy/Makefile.am b/src/snappy/Makefile.am index 55046ba..bca103b 100644 --- a/src/snappy/Makefile.am +++ b/src/snappy/Makefile.am @@ -25,7 +25,7 @@ snappy_cxx_hdrs = \ google-snappy/snappy-internal.h \ google-snappy/snappy-sinksource.h \ google-snappy/snappy-stubs-internal.h \ - google-snappy/snappy-stubs-public.h + google-snappy/snappy-stubs-public.h.in snappy_file_collection = \ snappy.app.in \ @@ -36,6 +36,8 @@ snappyebin_make_generated_file_list = \ snappy.beam EXTRA_DIST = \ + google-snappy/AUTHORS \ + google-snappy/COPYING \ $(snappy_cxx_hdrs) \ $(snappy_file_collection)
