X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=kconsumerd%2FMakefile.am;h=5b678831a5942fd986e493edfc29d56cd8deff5d;hp=f96a552480588fa1f5aca2aa47cd657b91c6cb1b;hb=1ce86c9ab52be743e3348fd0c90153d9a9f63c49;hpb=da561c94285dbd2079662ae8982a7aecac9b245b diff --git a/kconsumerd/Makefile.am b/kconsumerd/Makefile.am index f96a55248..5b678831a 100644 --- a/kconsumerd/Makefile.am +++ b/kconsumerd/Makefile.am @@ -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 @@ -6,4 +6,5 @@ kconsumerd_SOURCES = kconsumerd.c kconsumerd_LDADD = \ $(top_builddir)/liblttsessiondcomm/liblttsessiondcomm.la \ - $(top_builddir)/libkernelctl/libkernelctl.la + $(top_builddir)/libkernelctl/libkernelctl.la \ + $(top_builddir)/liblttkconsumerd/liblttkconsumerd.la