Rename and export lib kernel consumer
[lttng-tools.git] / liblttngkconsumerd / Makefile.am
diff --git a/liblttngkconsumerd/Makefile.am b/liblttngkconsumerd/Makefile.am
new file mode 100644 (file)
index 0000000..edd0059
--- /dev/null
@@ -0,0 +1,9 @@
+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libkernelctl
+
+lib_LTLIBRARIES = liblttngkconsumerd.la
+
+liblttngkconsumerd_la_SOURCES = lttngkconsumerd.c
+
+liblttngkconsumerd_la_LIBADD = \
+               $(top_builddir)/libkernelctl/libkernelctl.la \
+               $(top_builddir)/liblttng-sessiond-comm/liblttng-sessiond-comm.la
This page took 0.023162 seconds and 4 git commands to generate.