From: Pierre-Marc Fournier Date: Mon, 30 Mar 2009 21:43:54 +0000 (-0400) Subject: add libtracectl Makefile.am X-Git-Tag: v1.9.1~1020 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=8b8c46bb773d7cf823e5b4aa361a541843a0f228;p=lttng-ust.git add libtracectl Makefile.am --- diff --git a/libtracectl/Makefile.am b/libtracectl/Makefile.am new file mode 100644 index 00000000..e13ebe50 --- /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