diff options
| author | Daniel Morante <daniel@morante.net> | 2020-08-09 21:35:07 -0400 | 
|---|---|---|
| committer | Amar Tumballi <amar@kadalu.io> | 2020-08-19 04:24:25 +0000 | 
| commit | b40198b6ae26b60fa7e4e9151acf7b3527d311ce (patch) | |
| tree | dbab8a22e225a625acd0ca827c32fd609f4d626d | |
| parent | 1d5eb3682a90628a012467c6be197c15401ccba5 (diff) | |
Missing link to mntent_compat for glusterd
Change-Id: I5d6d38759de4492de3256995e79d01b9ed7befef
Fixes: #1376
| -rw-r--r-- | xlators/mgmt/glusterd/src/Makefile.am | 6 | 
1 files changed, 4 insertions, 2 deletions
diff --git a/xlators/mgmt/glusterd/src/Makefile.am b/xlators/mgmt/glusterd/src/Makefile.am index eaa61c435e5..4d1a5fde0c8 100644 --- a/xlators/mgmt/glusterd/src/Makefile.am +++ b/xlators/mgmt/glusterd/src/Makefile.am @@ -25,7 +25,8 @@ glusterd_la_SOURCES = glusterd.c glusterd-handler.c glusterd-sm.c \  	glusterd-conn-helper.c glusterd-snapd-svc.c glusterd-snapd-svc-helper.c \  	glusterd-bitd-svc.c glusterd-scrub-svc.c glusterd-server-quorum.c \  	glusterd-reset-brick.c glusterd-shd-svc.c glusterd-shd-svc-helper.c \ -        glusterd-gfproxyd-svc.c glusterd-gfproxyd-svc-helper.c glusterd-ganesha.c +        glusterd-gfproxyd-svc.c glusterd-gfproxyd-svc-helper.c glusterd-ganesha.c \ +	$(CONTRIBDIR)/mount/mntent.c  glusterd_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la \  	$(top_builddir)/libglusterd/src/libglusterd.la \ @@ -46,7 +47,8 @@ noinst_HEADERS = glusterd.h glusterd-utils.h glusterd-op-sm.h \  	glusterd-scrub-svc.h glusterd-server-quorum.h glusterd-errno.h \          glusterd-shd-svc.h glusterd-shd-svc-helper.h \          glusterd-gfproxyd-svc.h glusterd-gfproxyd-svc-helper.h \ -	$(CONTRIBDIR)/userspace-rcu/rculist-extra.h +	$(CONTRIBDIR)/userspace-rcu/rculist-extra.h \ +	$(CONTRIBDIR)/mount/mntent_compat.h  AM_CPPFLAGS = $(GF_CPPFLAGS) -I$(top_srcdir)/libglusterfs/src \  	-I$(top_srcdir)/rpc/xdr/src -I$(top_builddir)/rpc/xdr/src \  | 
