add missing licence headers
[ust.git] / libust / Makefile.am
CommitLineData
41ba5806 1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libustcomm
55355fa5 2
b4512257 3lib_LTLIBRARIES = libust.la
b73a4c47
PMF
4libust_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
afa28e03 22libust_la_LDFLAGS = -no-undefined -version-info 0:0:0
bf0d695d 23libust_la_LIBADD = -lpthread $(top_builddir)/snprintf/libustsnprintf.la
2028e7fd 24libust_la_CFLAGS = -DUST_COMPONENT="libust"
This page took 0.028126 seconds and 4 git commands to generate.