summaryrefslogtreecommitdiffstats
path: root/plugins/volcap/Makefile.am
diff options
context:
space:
mode:
authorRamesh Nachimuthu <rnachimu@redhat.com>2014-06-17 16:26:20 +0530
committerBala FA <barumuga@redhat.com>2014-08-14 01:44:22 -0700
commite0bdeafae88282506ceb23b948354ccba658e7af (patch)
tree622f4ac6c6e19fcedd76440cab78af78035fc36e /plugins/volcap/Makefile.am
parent7ae262aa79b9c051b82d7a88910a8ff6f1dcd46e (diff)
nagios-addons: Using ctypes to call gfapi
Removing the volCap.c which was used to call libgfapi and calling libgfapi directly from python using ctypes. Change-Id: Ia78f212c769c34e5cb991e429623946a4256e2af Signed-off-by: Ramesh Nachimuthu <rnachimu@redhat.com> Reviewed-on: http://review.gluster.org/8090 Reviewed-by: Sahina Bose <sabose@redhat.com> Reviewed-by: Bala FA <barumuga@redhat.com>
Diffstat (limited to 'plugins/volcap/Makefile.am')
-rw-r--r--plugins/volcap/Makefile.am20
1 files changed, 0 insertions, 20 deletions
diff --git a/plugins/volcap/Makefile.am b/plugins/volcap/Makefile.am
deleted file mode 100644
index 1c4e5c6..0000000
--- a/plugins/volcap/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-
-nodist_glusternagiosplugins_PYTHON = \
- capacity.so \
- $(NULL)
-
-capacity.so: volCap.c setup.py
- (cd $(srcdir); $(PYTHON) setup.py build \
- --build-temp $(abs_builddir) --build-lib $(abs_builddir))
-all-local: capacity.so
-
-EXTRA_DIST = \
- __init__.py \
- setup.py \
- tests.py \
- volCap.c \
- $(NULL)
-
-CLEANFILES = \
- volcap.o \
- capacity.so