diff options
author | Humble Devassy Chirammal <hchiramm@redhat.com> | 2015-05-10 01:15:20 +0530 |
---|---|---|
committer | Niels de Vos <ndevos@redhat.com> | 2015-05-09 15:29:16 -0700 |
commit | 83127f66f50a3debf0cf903f2e0d8b10d85a082e (patch) | |
tree | 0b07aabafbebc9cbdab197304c23ec341ec02e70 | |
parent | 0c61a29a980a60a4555683ae2fea626ed3cb73e8 (diff) |
glupy: fix makefile issues
Change-Id: I421d5fd57f12941b956e44456974e3a52e34835b
BUG: 1220075
Signed-off-by: Humble Devassy Chirammal <hchiramm@redhat.com>
Reviewed-on: http://review.gluster.org/10734
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Tested-by: NetBSD Build System
Tested-by: Gluster Build System <jenkins@build.gluster.com>
-rw-r--r-- | xlators/features/glupy/src/glupy/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/xlators/features/glupy/src/glupy/Makefile.am b/xlators/features/glupy/src/glupy/Makefile.am index db79dcc4c80..573d2da12e1 100644 --- a/xlators/features/glupy/src/glupy/Makefile.am +++ b/xlators/features/glupy/src/glupy/Makefile.am @@ -3,8 +3,3 @@ pyglupydir = @BUILD_PYTHON_SITE_PACKAGES@/gluster/glupy pyglupy_PYTHON = __init__.py CLEANFILES = -# Install __init__.py into the Python site-packages area -pyglupydir = @BUILD_PYTHON_SITE_PACKAGES@/gluster/glupy -pyglupy_PYTHON = __init__.py - -CLEANFILES = |