X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=lttng-consumerd%2FMakefile.am;h=a7971ade0336b7eafeaaee93498bb10377fefa88;hb=HEAD;hp=9ce0baef611296504b48733920aa72fe0692b97b;hpb=2f5a8a39d2ec961ab3e57544e6e00e4c5cd306e9;p=lttng-tools.git diff --git a/lttng-consumerd/Makefile.am b/lttng-consumerd/Makefile.am deleted file mode 100644 index 9ce0baef6..000000000 --- a/lttng-consumerd/Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ -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 += -llttng-ust-ctl -endif