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

barrier_la_LDFLAGS = -module -avoid-version

barrier_la_SOURCES = barrier.c

barrier_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la

noinst_HEADERS = barrier.h barrier-mem-types.h

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

AM_CFLAGS = -Wall $(GF_CFLAGS)

CLEANFILES =