summaryrefslogtreecommitdiffstats
path: root/xlators/features/marker/src/Makefile.am
blob: 58b12b3f5948c19bff47743083a678b36768068a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
xlator_LTLIBRARIES = marker.la
xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/features

marker_la_LDFLAGS = -module -avoidversion

marker_la_SOURCES = marker.c
marker_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la

noinst_HEADERS = marker-mem-types.h marker.h $(top_builddir)/xlators/lib/src/libxlator.h

AM_CFLAGS = -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -fno-strict-aliasing -D$(GF_HOST_OS) \
        -I$(top_srcdir)/libglusterfs/src -I$(top_srcdir)/xlators/lib/src $(GF_CFLAGS) -shared -nostartfiles

CLEANFILES =