diff options
author | Humble Chirammal <hchiramm@redhat.com> | 2014-05-29 11:04:56 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2014-07-14 09:47:36 -0700 |
commit | fc84c5af7b5515673f51a47f671738914c7c3530 (patch) | |
tree | 26796ffd05288615c7249a2e94bbc85a47acf0dd /api/examples/Makefile.am | |
parent | 7c74e9c24a06c7ae8f29c4980ea8bffecb01a2c9 (diff) | |
download | glusterfs-fc84c5af7b5515673f51a47f671738914c7c3530.tar.gz glusterfs-fc84c5af7b5515673f51a47f671738914c7c3530.tar.xz glusterfs-fc84c5af7b5515673f51a47f671738914c7c3530.zip |
gfapi : remove gfapi.py to avoid confusion
python binding of libgfapi is evolving via libgfapi-python
project. The example available here confuses end users,
so removing it from this path.
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
Bug Id: 1119328
> Reviewed-on: http://review.gluster.org/7920
> Reviewed-by: Humble Devassy Chirammal <humble.devassy@gmail.com>
> Tested-by: Humble Devassy Chirammal <humble.devassy@gmail.com>
> Reviewed-by: Thiago da Silva <thiago@redhat.com>
> Reviewed-by: Prashanth Pai <ppai@redhat.com>
> Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Change-Id: I17b3aa0f0505342496019ce012cca21d84184027
Reviewed-on: http://review.gluster.org/8237
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'api/examples/Makefile.am')
-rw-r--r-- | api/examples/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/api/examples/Makefile.am b/api/examples/Makefile.am index f1a8d12b29..7112c81d6a 100644 --- a/api/examples/Makefile.am +++ b/api/examples/Makefile.am @@ -4,7 +4,3 @@ glfsxmp_SOURCES = glfsxmp.c glfsxmp_CFLAGS = $(GLFS_CFLAGS) -Wall glfsxmp_LDADD = $(GLFS_LIBS) -lrt -# Install __init__.py (a generated file), and gfapi.py into -# the Python site-packages area -pygfapidir = $(pythondir)/gluster -pygfapi_PYTHON = __init__.py gfapi.py |