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

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

posix_la_LDFLAGS = -module -avoidversion

posix_la_SOURCES = posix.c posix-helpers.c posix-handle.c posix-aio.c
posix_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la $(LIBAIO)

noinst_HEADERS = posix.h posix-mem-types.h posix-handle.h posix-aio.h

AM_CFLAGS = -fPIC -fno-strict-aliasing $(GF_CPPFLAGS) \
            -Wall -I$(top_srcdir)/libglusterfs/src -shared \
            -I$(top_srcdir)/rpc/xdr/src \
            -I$(top_srcdir)/rpc/rpc-lib/src $(GF_CFLAGS)

CLEANFILES =