X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=ltt-kconsumerd%2FMakefile.am;fp=ltt-kconsumerd%2FMakefile.am;h=ddef5460c2f0d358f9e33bc126c5b05ae24d9595;hp=0000000000000000000000000000000000000000;hb=2b1173d8cb43cb5d7c9ce3772dbdbef3436c407e;hpb=1ce86c9ab52be743e3348fd0c90153d9a9f63c49 diff --git a/ltt-kconsumerd/Makefile.am b/ltt-kconsumerd/Makefile.am new file mode 100644 index 000000000..ddef5460c --- /dev/null +++ b/ltt-kconsumerd/Makefile.am @@ -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