summaryrefslogtreecommitdiffstats
path: root/plugins/volcap/Makefile.am
diff options
context:
space:
mode:
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