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

write_behind_la_LDFLAGS = -module $(GF_XLATOR_DEFAULT_LDFLAGS)

write_behind_la_SOURCES = write-behind.c
write_behind_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la

noinst_HEADERS = write-behind-mem-types.h write-behind-messages.h

AM_CPPFLAGS = $(GF_CPPFLAGS) -I$(top_srcdir)/libglusterfs/src

AM_CFLAGS = -Wall $(GF_CFLAGS)

CLEANFILES =