continue build system
[ust.git] / libmarkers / Makefile.am
1 lib_LTLIBRARIES = libmarkers.la
2 libmarkers_la_SOURCES = marker.c tracepoint.c immediate.h jhash.h rcupdate.h marker.h tracepoint.h
3 libmarkers_la_LIBADD = @URCU_PATH@/liburcu.so
4
5 INCLUDES = -I$(top_builddir)/share
6 INCLUDES += -I@URCU_PATH@
7 INCLUDES += -I@KCOMPAT_PATH@
8 INCLUDES += -I$(top_builddir)/libtracing
This page took 0.029886 seconds and 4 git commands to generate.