library mass rename: add lttng- prefix
[lttng-ust.git] / liblttng-ust / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include
2 AM_CFLAGS = -fno-strict-aliasing
3
4 lib_LTLIBRARIES = liblttng-ust.la
5
6 liblttng_ust_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-probes.c \
17 lttng-ust-abi.c \
18 lttng-ust-comm.c \
19 ust-core.c \
20 probes/lttng-probe-ust.c \
21 probes/lttng-probe-ust.h \
22 lttng-context-vtid.c \
23 lttng-context-vpid.c \
24 lttng-context-pthread-id.c \
25 lttng-context-procname.c \
26 ltt-context.c
27
28 liblttng_ust_la_LDFLAGS = -no-undefined -version-info 0:0:0
29
30 liblttng_ust_la_LIBADD = \
31 -lpthread \
32 -lrt \
33 -luuid \
34 $(top_builddir)/snprintf/libustsnprintf.la \
35 $(top_builddir)/libringbuffer/libringbuffer.la \
36 $(top_builddir)/liblttng-ust-comm/liblttng-ust-comm.la
37
38 liblttng_ust_la_CFLAGS = -DUST_COMPONENT="liblttng-ust" -fno-strict-aliasing
This page took 0.031075 seconds and 5 git commands to generate.