From 83127f66f50a3debf0cf903f2e0d8b10d85a082e Mon Sep 17 00:00:00 2001 From: Humble Devassy Chirammal Date: Sun, 10 May 2015 01:15:20 +0530 Subject: glupy: fix makefile issues Change-Id: I421d5fd57f12941b956e44456974e3a52e34835b BUG: 1220075 Signed-off-by: Humble Devassy Chirammal Reviewed-on: http://review.gluster.org/10734 Reviewed-by: Niels de Vos Tested-by: NetBSD Build System Tested-by: Gluster Build System --- xlators/features/glupy/src/glupy/Makefile.am | 5 ----- 1 file changed, 5 deletions(-) (limited to 'xlators/features/glupy') 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 = -- cgit