summaryrefslogtreecommitdiffstats
path: root/xlators/storage/posix/src/Makefile.am
blob: 2859e09aa492116c847f33fa4618be97bdd8fed4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

xlator_LTLIBRARIES = posix.la
xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/storage

posix_la_LDFLAGS = -module -avoidversion

posix_la_SOURCES = posix.c xattr-cache.c
posix_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la 

noinst_HEADERS = posix.h xattr-cache.h

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

CLEANFILES =