X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=ltt-kconsumerd%2FMakefile.am;h=068c5554401bbf764a517ecdf0300fd1866fcd29;hb=d6fa0093c50c3dedf28b9ed784e6fc1e1b7ac604;hp=ce75694d99ade311339a5e7936b1079eb7ad5b4b;hpb=ca3c5ac0cf100d80352a1a81936b5adc47942f35;p=lttng-tools.git diff --git a/ltt-kconsumerd/Makefile.am b/ltt-kconsumerd/Makefile.am index ce75694d9..068c55544 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)/libkernelctl +AM_CPPFLAGS = -I$(top_srcdir)/include bin_PROGRAMS = ltt-kconsumerd ltt_kconsumerd_SOURCES = ltt-kconsumerd.c ltt_kconsumerd_LDADD = \ - $(top_builddir)/liblttng-sessiond-comm/liblttng-sessiond-comm.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