add libtracectl Makefile.am
[ust.git] / libtracectl / Makefile.am
diff --git a/libtracectl/Makefile.am b/libtracectl/Makefile.am
new file mode 100644 (file)
index 0000000..e13ebe5
--- /dev/null
@@ -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
This page took 0.029591 seconds and 4 git commands to generate.