Add UST_DEBUG env. var. support
[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 ltt-tracer.h \
9 ltt-tracer-core.h \
10 ltt-ring-buffer-client.h \
11 ltt-ring-buffer-client-discard.c \
12 ltt-ring-buffer-client-overwrite.c \
13 ltt-ring-buffer-metadata-client.h \
14 ltt-ring-buffer-metadata-client.c \
15 ltt-events.c \
16 ltt-context.c \
17 ltt-probes.c \
18 lttng-ust-abi.c \
19 lttng-ust-comm.c \
20 ust-core.c
21
22 #removed: buffers.c buffers.h
23
24 libust_la_LDFLAGS = -no-undefined -version-info 0:0:0
25
26 libust_la_LIBADD = \
27 -lpthread \
28 -lrt \
29 -luuid \
30 $(top_builddir)/snprintf/libustsnprintf.la \
31 $(top_builddir)/libringbuffer/libringbuffer.la
32
33 libust_la_CFLAGS = -DUST_COMPONENT="libust" -fno-strict-aliasing
This page took 0.029385 seconds and 4 git commands to generate.