make libustcomm into a static lib
[ust.git] / libust / Makefile.am
CommitLineData
41ba5806 1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libustcomm
55355fa5 2
b4512257 3lib_LTLIBRARIES = libust.la
c7dc133c 4
b73a4c47
PMF
5libust_la_SOURCES = \
6 marker.c \
7 tracepoint.c \
8 channels.c \
9 channels.h \
10 marker-control.c \
11 marker-control.h \
12 buffers.c \
13 buffers.h \
14 tracer.c \
15 tracer.h \
16 tracercore.c \
17 tracercore.h \
18 serialize.c \
19 tracectl.c \
b73a4c47
PMF
20 tracerconst.h \
21 header-inline.h
c7dc133c 22
afa28e03 23libust_la_LDFLAGS = -no-undefined -version-info 0:0:0
c7dc133c
PMF
24
25libust_la_LIBADD = \
26 -lpthread \
27 $(top_builddir)/snprintf/libustsnprintf.la \
28 $(top_builddir)/libustcomm/libustcomm.la
29
2028e7fd 30libust_la_CFLAGS = -DUST_COMPONENT="libust"
This page took 0.027364 seconds and 4 git commands to generate.