summaryrefslogtreecommitdiffstats
path: root/xlators/bindings/python/src/Makefile.am
blob: c0b9141c667ebb184bb656be20eb2e470a1f6bec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

xlator_PROGRAMS = python.so

xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/bindings

python_PYTHON = gluster.py glustertypes.py glusterstack.py

pythondir = $(xlatordir)/python

python_so_SOURCES = python.c

AM_CFLAGS = -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall \
	-I$(top_srcdir)/libglusterfs/src -shared -nostartfiles \
	$(PYTHON_CPPLAGS) -DGLUSTER_PYTHON_PATH=\"$(pythondir)\"

AM_LDFLAGS = $(PYTHON_LDFLAGS)

CLEANFILES =