Rename kconsumerd to ltt-kconsumerd
[lttng-tools.git] / ltt-kconsumerd / Makefile.am
diff --git a/ltt-kconsumerd/Makefile.am b/ltt-kconsumerd/Makefile.am
new file mode 100644 (file)
index 0000000..ddef546
--- /dev/null
@@ -0,0 +1,10 @@
+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/liblttkconsumerd -I$(top_srcdir)/liblttsessiondcomm -I$(top_srcdir)/libkernelctl
+
+bin_PROGRAMS = ltt-kconsumerd
+
+ltt_kconsumerd_SOURCES = ltt-kconsumerd.c
+
+ltt_kconsumerd_LDADD = \
+                $(top_builddir)/liblttsessiondcomm/liblttsessiondcomm.la \
+                $(top_builddir)/libkernelctl/libkernelctl.la \
+                $(top_builddir)/liblttkconsumerd/liblttkconsumerd.la
This page took 0.023058 seconds and 4 git commands to generate.