From 3e7508eafb1955a071da9108dce5ce1cf435f4f3 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Mon, 6 Oct 2014 22:46:44 +0200 Subject: 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 URL: http://supercolony.gluster.org/pipermail/gluster-devel/2014-October/042441.html Signed-off-by: Niels de Vos Reviewed-on: http://review.gluster.org/8907 Reviewed-by: Harshavardhana Tested-by: Harshavardhana Reviewed-by: Emmanuel Dreyfus Tested-by: Gluster Build System --- Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 \ -- cgit