Create a library for the kernel consumer
[lttng-tools.git] / liblttkconsumerd / Makefile.am
diff --git a/liblttkconsumerd/Makefile.am b/liblttkconsumerd/Makefile.am
new file mode 100644 (file)
index 0000000..86967be
--- /dev/null
@@ -0,0 +1,9 @@
+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/liblttkconsumerd -I$(top_srcdir)/liblttsessiondcomm -I$(top_srcdir)/libkernelctl
+
+lib_LTLIBRARIES = liblttkconsumerd.la
+
+liblttkconsumerd_la_SOURCES = liblttkconsumerd.c
+
+liblttkconsumerd_la_LIBADD = \
+               $(top_builddir)/libkernelctl/libkernelctl.la \
+               $(top_builddir)/liblttsessiondcomm/liblttsessiondcomm.la
This page took 0.022749 seconds and 4 git commands to generate.