From e70acc91ae21023149204a245638c1d2dffa7265 Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Mon, 30 Mar 2009 17:45:56 -0400 Subject: [PATCH] add libtracing Makefile.am --- libtracing/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 libtracing/Makefile.am diff --git a/libtracing/Makefile.am b/libtracing/Makefile.am new file mode 100644 index 0000000..8b1c36c --- /dev/null +++ b/libtracing/Makefile.am @@ -0,0 +1,7 @@ +lib_LTLIBRARIES = libtracing.la +libtracing_la_SOURCES = channels.c channels.h relay.c relay.h serialize.c tracer.c tracer.h tracercore.c tracercore.h + +INCLUDES = -I$(top_builddir)/share +INCLUDES += -I@URCU_PATH@ +INCLUDES += -I@KCOMPAT_PATH@ +INCLUDES += -I$(top_builddir)/libmarkers -- 2.34.1