From fc84c5af7b5515673f51a47f671738914c7c3530 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Thu, 29 May 2014 11:04:56 +0530 Subject: 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 Bug Id: 1119328 > Reviewed-on: http://review.gluster.org/7920 > Reviewed-by: Humble Devassy Chirammal > Tested-by: Humble Devassy Chirammal > Reviewed-by: Thiago da Silva > Reviewed-by: Prashanth Pai > Reviewed-by: Vijay Bellur Change-Id: I17b3aa0f0505342496019ce012cca21d84184027 Reviewed-on: http://review.gluster.org/8237 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- api/examples/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) (limited to 'api/examples/Makefile.am') diff --git a/api/examples/Makefile.am b/api/examples/Makefile.am index f1a8d12b29e..7112c81d6a7 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 -- cgit