summaryrefslogtreecommitdiffstats
path: root/api/examples/Makefile.am
blob: f1a8d12b29eea21af2233aab89834d37653823fc (plain)
1
2
3
4
5
6
7
8
9
10
# The bits needed for glfsxmp
EXTRA_PROGRAMS = glfsxmp
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