summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRamesh Nachimuthu <rnachimu@redhat.com>2014-03-21 08:31:40 +0530
committerBala.FA <barumuga@redhat.com>2014-04-29 10:14:32 +0530
commit22f23e65fa783f9004f22b22b26d2c79cc6147db (patch)
treea71c30e028e31c17ef7d0ebf32cf238fcb003022
parent2c0d94f99c51b8ce13f901949e8283909450ff39 (diff)
fix: fix for build issue with respect to capacity.so
Signed-off-by: Ramesh Nachimuthu <rnachimu@redhat.com> Change-Id: Ic680cee909eb41358f524256b9036790370cb53b Reviewed-on: https://cuckoo.blr.redhat.com:8443/55 Reviewed-by: Sahina Bose <sabose@redhat.com>
-rw-r--r--plugins/volcap/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/volcap/Makefile.am b/plugins/volcap/Makefile.am
index 6365336..79eb5ca 100644
--- a/plugins/volcap/Makefile.am
+++ b/plugins/volcap/Makefile.am
@@ -1,12 +1,12 @@
dist_glusternagiosplugins_PYTHON = \
- volcap.so \
+ capacity.so \
$(NULL)
-volcap.so: volCap.c setup.py
+capacity.so: volCap.c setup.py
(cd $(srcdir); $(PYTHON) setup.py build \
--build-temp $(abs_builddir) --build-lib $(abs_builddir))
-all-local: volcap.so
+all-local: capacity.so
EXTRA_DIST = \
$(NULL)
@@ -19,4 +19,4 @@ EXTRA_DIST = \
CLEANFILES = \
volcap.o \
- volcap.so
+ capacity.so