make libustcomm into a static lib
[ust.git] / libust / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libustcomm
2
3 lib_LTLIBRARIES = libust.la
4
5 libust_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 \
20 tracerconst.h \
21 header-inline.h
22
23 libust_la_LDFLAGS = -no-undefined -version-info 0:0:0
24
25 libust_la_LIBADD = \
26 -lpthread \
27 $(top_builddir)/snprintf/libustsnprintf.la \
28 $(top_builddir)/libustcomm/libustcomm.la
29
30 libust_la_CFLAGS = -DUST_COMPONENT="libust"
This page took 0.030982 seconds and 5 git commands to generate.