X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=ltt-kconsumerd%2FMakefile.am;h=9ba16549b782309b2f58452d7060db991749bff9;hb=6533b585a3a53a0b52c2da14baec5e874d1bf3bb;hp=ddef5460c2f0d358f9e33bc126c5b05ae24d9595;hpb=2b1173d8cb43cb5d7c9ce3772dbdbef3436c407e;p=lttng-tools.git diff --git a/ltt-kconsumerd/Makefile.am b/ltt-kconsumerd/Makefile.am index ddef5460c..9ba16549b 100644 --- a/ltt-kconsumerd/Makefile.am +++ b/ltt-kconsumerd/Makefile.am @@ -1,10 +1,10 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/liblttkconsumerd -I$(top_srcdir)/liblttsessiondcomm -I$(top_srcdir)/libkernelctl +AM_CPPFLAGS = -I$(top_srcdir)/include -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 + $(top_builddir)/libkernelctl/libkernelctl.la \ + $(top_builddir)/liblttng-sessiond-comm/liblttng-sessiond-comm.la \ + $(top_builddir)/liblttngkconsumerd/liblttngkconsumerd.la