Initial import of kconsumerd and libkernelctl
[lttng-tools.git] / kconsumerd / Makefile.am
diff --git a/kconsumerd/Makefile.am b/kconsumerd/Makefile.am
new file mode 100644 (file)
index 0000000..f96a552
--- /dev/null
@@ -0,0 +1,9 @@
+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/liblttsessiondcomm -I$(top_srcdir)/libkernelctl
+
+bin_PROGRAMS = kconsumerd
+
+kconsumerd_SOURCES = kconsumerd.c
+
+kconsumerd_LDADD = \
+                $(top_builddir)/liblttsessiondcomm/liblttsessiondcomm.la \
+                $(top_builddir)/libkernelctl/libkernelctl.la
This page took 0.025001 seconds and 4 git commands to generate.