Update version to 0.16
[ust.git] / libust / Makefile.am
CommitLineData
41ba5806 1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libustcomm
16c83055 2AM_CFLAGS = -fno-strict-aliasing
55355fa5 3
b4512257 4lib_LTLIBRARIES = libust.la
c7dc133c 5
b73a4c47
PMF
6libust_la_SOURCES = \
7 marker.c \
8 tracepoint.c \
0c0686ee 9 trace_event.c \
b73a4c47
PMF
10 channels.c \
11 channels.h \
12 marker-control.c \
13 marker-control.h \
14 buffers.c \
15 buffers.h \
16 tracer.c \
17 tracer.h \
18 tracercore.c \
19 tracercore.h \
20 serialize.c \
21 tracectl.c \
b73a4c47 22 tracerconst.h \
9edd34bd 23 type-serializer.h \
12e81b07 24 type-serializer.c
c7dc133c 25
afa28e03 26libust_la_LDFLAGS = -no-undefined -version-info 0:0:0
c7dc133c
PMF
27
28libust_la_LIBADD = \
29 -lpthread \
ca4525b5 30 -lrt \
c7dc133c
PMF
31 $(top_builddir)/snprintf/libustsnprintf.la \
32 $(top_builddir)/libustcomm/libustcomm.la
33
16c83055 34libust_la_CFLAGS = -DUST_COMPONENT="libust" -fno-strict-aliasing
This page took 0.037576 seconds and 4 git commands to generate.