Lib ring buffer: use TLS for nesting count
[ust.git] / libust / Makefile.am
... / ...
CommitLineData
1AM_CPPFLAGS = -I$(top_srcdir)/include
2AM_CFLAGS = -fno-strict-aliasing
3
4lib_LTLIBRARIES = libust.la
5
6libust_la_SOURCES = \
7 tracepoint.c \
8 trace_event.c \
9 tracer.h \
10 tracercore.c \
11 tracercore.h \
12 tracerconst.h
13
14#removed: buffers.c buffers.h
15
16libust_la_LDFLAGS = -no-undefined -version-info 0:0:0
17
18libust_la_LIBADD = \
19 -lpthread \
20 -lrt \
21 $(top_builddir)/snprintf/libustsnprintf.la
22
23libust_la_CFLAGS = -DUST_COMPONENT="libust" -fno-strict-aliasing
This page took 0.025637 seconds and 4 git commands to generate.