mirror of
https://github.com/gluster/glusterfs.git
synced 2026-02-06 00:49:30 +01:00
8 lines
179 B
Makefile
8 lines
179 B
Makefile
|
|
if HAVE_PYTHON
|
||
|
|
# Install __init__.py into the Python site-packages area
|
||
|
|
pypkgdir = @BUILD_PYTHON_SITE_PACKAGES@/gluster
|
||
|
|
pypkg_PYTHON = __init__.py
|
||
|
|
endif
|
||
|
|
|
||
|
|
EXTRA_DIST = __init__.py
|