Updated Branches: refs/heads/1.2.x 34d08c0ab -> 836cfff20
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/836cfff2 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/836cfff2 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/836cfff2 Branch: refs/heads/1.2.x Commit: 836cfff2013cab7d203ea56f4cf9ba2fa646c7ae Parents: 34d08c0 Author: Noah Slater <[email protected]> Authored: Wed Feb 8 23:24:57 2012 +0000 Committer: Noah Slater <[email protected]> Committed: Thu Feb 9 00:05:38 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/836cfff2/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/836cfff2/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)
