X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=liblttngkconsumerd%2FMakefile.am;fp=liblttngkconsumerd%2FMakefile.am;h=edd00593065a0d5a7981c371b6e1a77a21b6b29c;hb=6533b585a3a53a0b52c2da14baec5e874d1bf3bb;hp=0000000000000000000000000000000000000000;hpb=57194bf28648ebf2dfbed08f52a6824b5dd726f5;p=lttng-tools.git diff --git a/liblttngkconsumerd/Makefile.am b/liblttngkconsumerd/Makefile.am new file mode 100644 index 000000000..edd005930 --- /dev/null +++ b/liblttngkconsumerd/Makefile.am @@ -0,0 +1,9 @@ +AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libkernelctl + +lib_LTLIBRARIES = liblttngkconsumerd.la + +liblttngkconsumerd_la_SOURCES = lttngkconsumerd.c + +liblttngkconsumerd_la_LIBADD = \ + $(top_builddir)/libkernelctl/libkernelctl.la \ + $(top_builddir)/liblttng-sessiond-comm/liblttng-sessiond-comm.la