From 85ee12f7c061d7035a6441f5d11d9ebed5e574cf Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Fri, 20 Jun 2014 07:48:19 -0700 Subject: Revert "gfapi : remove gfapi.py to avoid confusion" This reverts commit d0547a28f59d80ed572652af3e327b761c4e540f Change-Id: I79ff562fff33d4ad7ca34c6442eb0e980890965a Reviewed-on: http://review.gluster.org/8139 Reviewed-by: Vijay Bellur Tested-by: Vijay Bellur --- api/examples/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'api/examples/Makefile.am') diff --git a/api/examples/Makefile.am b/api/examples/Makefile.am index 7112c81d6a7..f1a8d12b29e 100644 --- a/api/examples/Makefile.am +++ b/api/examples/Makefile.am @@ -4,3 +4,7 @@ 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