Fix `make distcheck`

Thanks Randall Leeds for finding out that the backslash was missing.
This is related to COUCHDB-1120.



git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1098670 
13f79535-47bb-0310-9956-ffa450edef68


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

Branch: refs/heads/import-master
Commit: 5a63bf416fceea8dbb8367387f1f4fbff2c2e48a
Parents: 2063336
Author: Filipe David Borba Manana <fdman...@apache.org>
Authored: Mon May 2 17:21:14 2011 +0000
Committer: Filipe David Borba Manana <fdman...@apache.org>
Committed: Mon May 2 17:21:14 2011 +0000

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


http://git-wip-us.apache.org/repos/asf/couchdb-snappy/blob/5a63bf41/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index 7c5f2c7..4a12631 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,6 +32,7 @@ SNAPPY_CXX_HDRS = \
        erl_nif_compat.h \
        google-snappy/snappy.h \
        google-snappy/snappy-internal.h \
+       google-snappy/snappy-sinksource.h \
        google-snappy/snappy-stubs-internal.h \
        google-snappy/snappy-stubs-public.h
 
@@ -53,7 +54,7 @@ snappyebin_make_generated_file_list = \
     snappy.beam
 
 EXTRA_DIST = \
-       $(SNAPPY_CXX_HDRS)
+       $(SNAPPY_CXX_HDRS) \
        $(snappy_file_collection)
 
 snappyebin_DATA = \

Reply via email to