Skip to content

Commit

Permalink
Fix make distcheck
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fdmanana committed May 2, 2011
1 parent e2e8554 commit 043bf50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/snappy/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -53,7 +54,7 @@ snappyebin_make_generated_file_list = \
snappy.beam

EXTRA_DIST = \
$(SNAPPY_CXX_HDRS)
$(SNAPPY_CXX_HDRS) \
$(snappy_file_collection)

snappyebin_DATA = \
Expand Down

0 comments on commit 043bf50

Please sign in to comment.