summaryrefslogtreecommitdiffstats
path: root/xlators/debug/trace/src/Makefile.am
blob: d3016e09fa776fc4ae08bf2e590f440eab187970 (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 = $(GF_CPPFLAGS) -Wall \
	-I$(top_srcdir)/libglusterfs/src $(GF_CFLAGS)

CLEANFILES =