You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2014/02/12 07:23:23 UTC

[13/15] snappy commit: updated refs/heads/import-master to 64cd135

Fixed dist errors


Project: http://git-wip-us.apache.org/repos/asf/couchdb-snappy/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-snappy/commit/3686d465
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-snappy/tree/3686d465
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-snappy/diff/3686d465

Branch: refs/heads/import-master
Commit: 3686d465fc348984f25d7f9a8a98837c26181137
Parents: dfa46ca
Author: Noah Slater <ns...@apache.org>
Authored: Wed Feb 8 23:24:57 2012 +0000
Committer: Noah Slater <ns...@apache.org>
Committed: Wed Feb 8 23:36:07 2012 +0000

----------------------------------------------------------------------
 Makefile.am | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-snappy/blob/3686d465/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index 55046ba..bca103b 100644
--- a/Makefile.am
+++ b/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)