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=0000000000000000000000000000000000000000;hp=9e8d036da6c9d74191f1c400ea3ad741c19716f9;hb=10a8a2237343699e3923d87e24dbf2d7fe225377;hpb=734f79bf717d87817623d382c59086dc9e8ef610 diff --git a/lttng-consumerd/Makefile.am b/lttng-consumerd/Makefile.am deleted file mode 100644 index 9e8d036da..000000000 --- a/lttng-consumerd/Makefile.am +++ /dev/null @@ -1,15 +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 \ - $(top_builddir)/common/libcommon.la - -if HAVE_LIBLTTNG_UST_CTL -lttng_consumerd_LDADD += -llttng-ust-ctl -endif