Commit changes prior to shmp read-only header
[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 \
0c0686ee 8 trace_event.c \
4fbf9cd1 9 ltt-tracer.h \
9f3fdbc6
MD
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 \
b5234c06 15 ltt-ring-buffer-metadata-client.c \
f4681817
MD
16 ltt-events.c \
17 lttng-ust-abi.c
15612a0f
MD
18
19#removed: buffers.c buffers.h
c7dc133c 20
afa28e03 21libust_la_LDFLAGS = -no-undefined -version-info 0:0:0
c7dc133c
PMF
22
23libust_la_LIBADD = \
24 -lpthread \
ca4525b5 25 -lrt \
15612a0f 26 $(top_builddir)/snprintf/libustsnprintf.la
c7dc133c 27
16c83055 28libust_la_CFLAGS = -DUST_COMPONENT="libust" -fno-strict-aliasing
This page took 0.026265 seconds and 4 git commands to generate.