ustd: start handling SIGPIPE, add handling for failed put_subbuf and cleaning
[ust.git] / libust / Makefile.am
CommitLineData
b4512257
PMF
1lib_LTLIBRARIES = libust.la
2libust_la_SOURCES = marker.c marker.h tracepoint.c tracepoint.h immediate.h channels.c channels.h marker-control.c marker-control.h relay.c relay.h tracer.c tracer.h tracercore.c tracercore.h serialize.c tracectl.c $(top_builddir)/libustcomm/ustcomm.c $(top_builddir)/share/kref.c $(top_builddir)/share/usterr.c
3libust_la_LIBADD = @URCU_PATH@/liburcu.so
4libust_la_LDFLAGS = -lpthread
5
6INCLUDES = -I$(top_builddir)/share
7INCLUDES += -I$(top_builddir)/libustcomm
8INCLUDES += -I@URCU_PATH@
9INCLUDES += -I@KCOMPAT_PATH@
This page took 0.022325 seconds and 4 git commands to generate.