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

quota_la_LDFLAGS = -module -avoidversion

quota_la_SOURCES = quota.c
quota_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la

noinst_HEADERS = quota-mem-types.h quota.h

AM_CFLAGS = -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -D$(GF_HOST_OS) \
	-I$(top_srcdir)/libglusterfs/src -shared -nostartfiles $(GF_CFLAGS) \
	-I$(top_srcdir)/xlators/cluster/dht/src

CLEANFILES =