From 8b8c46bb773d7cf823e5b4aa361a541843a0f228 Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Mon, 30 Mar 2009 17:43:54 -0400 Subject: [PATCH] add libtracectl Makefile.am --- libtracectl/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 libtracectl/Makefile.am diff --git a/libtracectl/Makefile.am b/libtracectl/Makefile.am new file mode 100644 index 0000000..e13ebe5 --- /dev/null +++ b/libtracectl/Makefile.am @@ -0,0 +1,9 @@ +lib_LTLIBRARIES = libtracectl.la +libtracectl_la_SOURCES = marker-control.c localerr.h tracectl.c ../libustcomm/ustcomm.c ../libustcomm/ustcomm.h + +INCLUDES = -I$(top_builddir)/share +INCLUDES += -I@URCU_PATH@ +INCLUDES += -I@KCOMPAT_PATH@ +INCLUDES += -I$(top_builddir)/libtracing +INCLUDES += -I$(top_builddir)/libmarkers +INCLUDES += -I$(top_builddir)/libustcomm -- 2.34.1