summaryrefslogtreecommitdiffstats
path: root/xlators/features/marker/src/Makefile.am
blob: 0f727c9e27fde5132fb8b1ad9831f312c5001aa7 (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-quota.c marker-quota-helper.c marker-common.c
marker_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la

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

AM_CFLAGS = $(GF_CPPFLAGS) -Wall -fno-strict-aliasing \
        -I$(top_srcdir)/libglusterfs/src -I$(top_srcdir)/xlators/lib/src $(GF_CFLAGS)

CLEANFILES =