Create a library for the kernel consumer
[lttng-tools.git] / kconsumerd / Makefile.am
index f96a552480588fa1f5aca2aa47cd657b91c6cb1b..5b678831a5942fd986e493edfc29d56cd8deff5d 100644 (file)
@@ -1,4 +1,4 @@
-AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/liblttsessiondcomm -I$(top_srcdir)/libkernelctl
+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/liblttkconsumerd -I$(top_srcdir)/liblttsessiondcomm -I$(top_srcdir)/libkernelctl
 
 bin_PROGRAMS = kconsumerd
 
 
 bin_PROGRAMS = kconsumerd
 
@@ -6,4 +6,5 @@ kconsumerd_SOURCES = kconsumerd.c
 
 kconsumerd_LDADD = \
                 $(top_builddir)/liblttsessiondcomm/liblttsessiondcomm.la \
 
 kconsumerd_LDADD = \
                 $(top_builddir)/liblttsessiondcomm/liblttsessiondcomm.la \
-                $(top_builddir)/libkernelctl/libkernelctl.la
+                $(top_builddir)/libkernelctl/libkernelctl.la \
+                $(top_builddir)/liblttkconsumerd/liblttkconsumerd.la
This page took 0.022785 seconds and 4 git commands to generate.