Add pthread id event context
[lttng-ust.git] / libust / Makefile.am
CommitLineData
15612a0f 1AM_CPPFLAGS = -I$(top_srcdir)/include
16c83055 2AM_CFLAGS = -fno-strict-aliasing
55355fa5 3
b4512257 4lib_LTLIBRARIES = libust.la
c7dc133c 5
b73a4c47 6libust_la_SOURCES = \
b73a4c47 7 tracepoint.c \
4fbf9cd1 8 ltt-tracer.h \
9f3fdbc6
MD
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 \
b5234c06 14 ltt-ring-buffer-metadata-client.c \
f4681817 15 ltt-events.c \
8d8a24c8
MD
16 ltt-probes.c \
17 lttng-ust-abi.c \
5e96a467 18 lttng-ust-comm.c \
a10cfdbd
MD
19 ust-core.c \
20 probes/lttng-probe-ust.c \
8173ec7c
MD
21 probes/lttng-probe-ust.h \
22 lttng-context-pthread-id.c \
23 ltt-context.c
15612a0f 24
afa28e03 25libust_la_LDFLAGS = -no-undefined -version-info 0:0:0
c7dc133c
PMF
26
27libust_la_LIBADD = \
28 -lpthread \
ca4525b5 29 -lrt \
8d8a24c8
MD
30 -luuid \
31 $(top_builddir)/snprintf/libustsnprintf.la \
2691221a 32 $(top_builddir)/libringbuffer/libringbuffer.la \
b35d179d 33 $(top_builddir)/liblttng-ust-comm/liblttng-ust-comm.la
c7dc133c 34
16c83055 35libust_la_CFLAGS = -DUST_COMPONENT="libust" -fno-strict-aliasing
This page took 0.027159 seconds and 4 git commands to generate.