Skip to content

Commit

Permalink
Revert "gfapi : remove gfapi.py to avoid confusion"
Browse files Browse the repository at this point in the history
This reverts commit d0547a2

Change-Id: I79ff562fff33d4ad7ca34c6442eb0e980890965a
Reviewed-on: http://review.gluster.org/8139
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Tested-by: Vijay Bellur <vbellur@redhat.com>
  • Loading branch information
vbellur committed Jun 20, 2014
1 parent eba1fb0 commit 85ee12f
Show file tree
Hide file tree
Showing 6 changed files with 469 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/examples/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions api/examples/__init__.py.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = "@PACKAGE_VERSION@"
Loading

0 comments on commit 85ee12f

Please sign in to comment.