From 82b8458ac6d31c72dc7a2f69df7f50bb1e4b7618 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Fri, 14 Jun 2019 12:43:45 +0200 Subject: build: always build glusterfs-cli to allow monitoring/managing from clients Fixes: bz#1720615 Change-Id: I5071f3255ff615113b36b08cd5326be6e37d907d Signed-off-by: Niels de Vos --- cli/src/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'cli/src') diff --git a/cli/src/Makefile.am b/cli/src/Makefile.am index 6be070f6ff..3e7511fe1b 100644 --- a/cli/src/Makefile.am +++ b/cli/src/Makefile.am @@ -1,6 +1,4 @@ -if WITH_SERVER sbin_PROGRAMS = gluster -endif gluster_SOURCES = cli.c registry.c input.c cli-cmd.c cli-rl.c cli-cmd-global.c \ cli-cmd-volume.c cli-cmd-peer.c cli-rpc-ops.c cli-cmd-parser.c\ -- cgit