summaryrefslogtreecommitdiffstats
path: root/xlators/bindings/python/src/Makefile.am
diff options
context:
space:
mode:
authorJustin Clift <jclift@redhat.com>2014-02-12 04:17:29 +0000
committerAnand Avati <avati@redhat.com>2014-02-13 11:21:03 -0800
commit0a8abcc5d0b727746a2ac6c0d5729700bfea742b (patch)
tree253d96f0c370ec0324cfd2b7ac4b0f42320521fb /xlators/bindings/python/src/Makefile.am
parent3c20c8427f0062c88cb90bac3c345addc8bbfb73 (diff)
Removed the old and unused non-Glupy Python bindings code
BUG: 1064096 Change-Id: Ifd34f46f0f0b45bbc27d35953e6ecbca36753886 Signed-off-by: Justin Clift <jclift@redhat.com> Reviewed-on: http://review.gluster.org/6980 Reviewed-by: Jeff Darcy <jdarcy@redhat.com>
Diffstat (limited to 'xlators/bindings/python/src/Makefile.am')
-rw-r--r--xlators/bindings/python/src/Makefile.am19
1 files changed, 0 insertions, 19 deletions
diff --git a/xlators/bindings/python/src/Makefile.am b/xlators/bindings/python/src/Makefile.am
deleted file mode 100644
index 90370d86175..00000000000
--- a/xlators/bindings/python/src/Makefile.am
+++ /dev/null
@@ -1,19 +0,0 @@
-
-xlator_PROGRAMS = python.so
-
-xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/bindings
-
-python_PYTHON = gluster.py glustertypes.py glusterstack.py
-
-pythondir = $(xlatordir)/python
-
-python_so_SOURCES = python.c
-
-AM_CFLAGS = -fPIC $(GF_CPPFLAGS) -Wall \
- -I$(top_srcdir)/libglusterfs/src -shared -nostartfiles \
- $(PYTHON_CPPLAGS) -DGLUSTER_PYTHON_PATH=\"$(pythondir)\"
-
-AM_LDFLAGS = $(PYTHON_LDFLAGS)
-
-CLEANFILES =
-