summaryrefslogtreecommitdiffstats
path: root/xlators/debug/trace/src/Makefile.am
blob: b46174da2d78daa29fa0d216eea1be82185c212d (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 $(GF_CFLAGS)

CLEANFILES =