implement ring buffer clients
[lttng-ust.git] / libust / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include
2 AM_CFLAGS = -fno-strict-aliasing
3
4 lib_LTLIBRARIES = libust.la
5
6 libust_la_SOURCES = \
7 tracepoint.c \
8 trace_event.c \
9 ltt-tracer.h \
10 ltt-tracer-core.h \
11 ltt-ring-buffer-client.h \
12 ltt-ring-buffer-client-discard.c \
13 ltt-ring-buffer-client-overwrite.c \
14 ltt-ring-buffer-metadata-client.h \
15 ltt-ring-buffer-metadata-client.c
16
17 #removed: buffers.c buffers.h
18
19 libust_la_LDFLAGS = -no-undefined -version-info 0:0:0
20
21 libust_la_LIBADD = \
22 -lpthread \
23 -lrt \
24 $(top_builddir)/snprintf/libustsnprintf.la
25
26 libust_la_CFLAGS = -DUST_COMPONENT="libust" -fno-strict-aliasing
This page took 0.031465 seconds and 4 git commands to generate.