summaryrefslogtreecommitdiffstats
path: root/cli/src
diff options
context:
space:
mode:
authorAnoop C S <anoopcs@redhat.com>2019-08-29 14:27:12 +0530
committerAmar Tumballi <amarts@gmail.com>2019-08-30 04:37:41 +0000
commitf81bf47d1c3dcb69ec1f2be6f24f2b7fd9737111 (patch)
tree20ed56ee17ae19dda9cb6d9a04c29e652491ee74 /cli/src
parent600ba94183333c4af9b4a09616690994fd528478 (diff)
build: Fix libglusterd Makefile target
* Fix libglusterd.la target path in cli/src/Makefile.am * Like libglusterfs, libgfxdr and libgfrpc, libglusterd is also expected to be ready by the time xlators/mgmt/glusterd sources are compiled. Therefore this change removes the additional mentioning of libglusterd.la target in Makefile.am Change-Id: I1b787316cfb6cd7487f49e661490b9788a0b80b3 Updates: bz#1193929 Signed-off-by: Anoop C S <anoopcs@redhat.com>
Diffstat (limited to 'cli/src')
-rw-r--r--cli/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/src/Makefile.am b/cli/src/Makefile.am
index cfbfca450c5..1e27edd9054 100644
--- a/cli/src/Makefile.am
+++ b/cli/src/Makefile.am
@@ -29,7 +29,7 @@ CLEANFILES =
$(top_builddir)/libglusterfs/src/libglusterfs.la:
$(MAKE) -C $(top_builddir)/libglusterfs/src/ all
-$(top_builddir)/libglusterfs/src/libglusterd.la:
+$(top_builddir)/libglusterd/src/libglusterd.la:
$(MAKE) -C $(top_builddir)/libglusterd/src/ all
install-data-hook: