diff options
author | Niels de Vos <ndevos@redhat.com> | 2014-10-06 22:46:44 +0200 |
---|---|---|
committer | Niels de Vos <ndevos@redhat.com> | 2014-10-07 08:00:32 -0700 |
commit | 59c6d60996240eb2ef5c7cbcc42ec27c04e38d9c (patch) | |
tree | f4bb1bb287bf2538fa5e6af7ebab308ec44def6d | |
parent | a8744e2bd55db3b8a5625c66b04b21c88f574637 (diff) |
build: include contrib/umountd in the 'make dist' tarball
When running 'make dist' on Linux, the new contrib/umountd directory and
contents is not included in the resulting tarball. This causes the build
from the tarball to fail.
Cherry picked from commit 3e7508eafb1955a071da9108dce5ce1cf435f4f3:
> Change-Id: Ic575040212d91c6368f04b015cc9d2d5b2969a3a
> BUG: 1129939
> Reported-by: Emmanuel Dreyfus <manu@netbsd.org>
> URL: http://supercolony.gluster.org/pipermail/gluster-devel/2014-October/042441.html
> Signed-off-by: Niels de Vos <ndevos@redhat.com>
> Reviewed-on: http://review.gluster.org/8907
> Reviewed-by: Harshavardhana <harsha@harshavardhana.net>
> Tested-by: Harshavardhana <harsha@harshavardhana.net>
> Reviewed-by: Emmanuel Dreyfus <manu@netbsd.org>
> Tested-by: Gluster Build System <jenkins@build.gluster.com>
Change-Id: Ic575040212d91c6368f04b015cc9d2d5b2969a3a
BUG: 1138897
Signed-off-by: Niels de Vos <ndevos@redhat.com>
Reviewed-on: http://review.gluster.org/8909
Reviewed-by: Emmanuel Dreyfus <manu@netbsd.org>
Reviewed-by: Jeff Darcy <jdarcy@redhat.com>
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 83515d338f0..7bb4b96da2f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,6 +6,7 @@ EXTRA_DIST = autogen.sh \ build-aux/pkg-version \ build-aux/xdrgen \ contrib/argp-standalone \ + contrib/umountd \ $(shell find $(top_srcdir)/tests -type f -print) SUBDIRS = $(ARGP_STANDALONE_DIR) libglusterfs rpc api xlators glusterfsd \ |