Modify buildsystem to be able to compile with installed libraries
[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
afa28e03
JB
3libust_la_LDFLAGS = -no-undefined -version-info 0:0:0
4libust_la_LIBADD = @URCU_PATH@@URCU_LIB@ -lpthread
b4512257
PMF
5
6INCLUDES = -I$(top_builddir)/share
7INCLUDES += -I$(top_builddir)/libustcomm
8INCLUDES += -I@URCU_PATH@
9INCLUDES += -I@KCOMPAT_PATH@
This page took 0.022125 seconds and 4 git commands to generate.