diff options
author | Niels de Vos <ndevos@redhat.com> | 2014-10-06 22:46:44 +0200 |
---|---|---|
committer | Harshavardhana <harsha@harshavardhana.net> | 2014-10-06 20:24:59 -0700 |
commit | 3e7508eafb1955a071da9108dce5ce1cf435f4f3 (patch) | |
tree | 97a2ece56e6470d70e63f2615f15bf7babe79980 /Makefile.am | |
parent | dee517728dbccf40077f45a286e9678f2aede8df (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.
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>
Diffstat (limited to 'Makefile.am')
-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 \ |