X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng-consumerd%2FMakefile.am;fp=lttng-consumerd%2FMakefile.am;h=2c1d56419082ca5bd34c2d2eecefa19c7c1fafe3;hp=0000000000000000000000000000000000000000;hb=3bd1e0819b577ffcb44acd7c2f8e02ff09654b7b;hpb=f84efadf55274918ca038a4e06e0a8af1a320654 diff --git a/lttng-consumerd/Makefile.am b/lttng-consumerd/Makefile.am new file mode 100644 index 000000000..2c1d56419 --- /dev/null +++ b/lttng-consumerd/Makefile.am @@ -0,0 +1,14 @@ +AM_CPPFLAGS = -I$(top_srcdir)/include + +bin_PROGRAMS = lttng-consumerd + +lttng_consumerd_SOURCES = lttng-consumerd.c + +lttng_consumerd_LDADD = \ + $(top_builddir)/libkernelctl/libkernelctl.la \ + $(top_builddir)/liblttng-consumer/liblttng-consumer.la \ + $(top_builddir)/liblttng-sessiond-comm/liblttng-sessiond-comm.la + +if LTTNG_TOOLS_HAVE_UST +lttng_consumerd_LDADD += -lustctl +endif