612ac93a2b7a3cc83c169ae06a94a0f35b4662cc
[ust.git] / libust / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libustcomm
2
3 lib_LTLIBRARIES = libust.la
4 libust_la_SOURCES = \
5 marker.c \
6 tracepoint.c \
7 channels.c \
8 channels.h \
9 marker-control.c \
10 marker-control.h \
11 buffers.c \
12 buffers.h \
13 tracer.c \
14 tracer.h \
15 tracercore.c \
16 tracercore.h \
17 serialize.c \
18 tracectl.c \
19 $(top_builddir)/libustcomm/ustcomm.c \
20 tracerconst.h \
21 header-inline.h
22 libust_la_LDFLAGS = -no-undefined -version-info 0:0:0
23 libust_la_LIBADD = -lpthread
24 libust_la_CFLAGS = -DUST_COMPONENT="libust"
This page took 0.029232 seconds and 3 git commands to generate.