summaryrefslogtreecommitdiffstats
path: root/xlators/debug/trace/src/Makefile.am
blob: c4e193ee542ae942e671346ad7efed5a50301082 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

xlator_LTLIBRARIES = trace.la
xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/debug

trace_la_LDFLAGS = -module -avoidversion

trace_la_SOURCES = trace.c
trace_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la

AM_CFLAGS = -fPIC $(GF_CPPFLAGS) -Wall \
	-I$(top_srcdir)/libglusterfs/src -shared -nostartfiles $(GF_CFLAGS)

CLEANFILES =