Add vpid 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 21 probes/lttng-probe-ust.h \
3b402b40 22 lttng-context-vtid.c \
c1ef86f0 23 lttng-context-vpid.c \
8173ec7c
MD
24 lttng-context-pthread-id.c \
25 ltt-context.c
15612a0f 26
afa28e03 27libust_la_LDFLAGS = -no-undefined -version-info 0:0:0
c7dc133c
PMF
28
29libust_la_LIBADD = \
30 -lpthread \
ca4525b5 31 -lrt \
8d8a24c8
MD
32 -luuid \
33 $(top_builddir)/snprintf/libustsnprintf.la \
2691221a 34 $(top_builddir)/libringbuffer/libringbuffer.la \
b35d179d 35 $(top_builddir)/liblttng-ust-comm/liblttng-ust-comm.la
c7dc133c 36
16c83055 37libust_la_CFLAGS = -DUST_COMPONENT="libust" -fno-strict-aliasing
This page took 0.027596 seconds and 4 git commands to generate.