Complete change of the source directory tree
[lttng-tools.git] / lttng-consumerd / Makefile.am
diff --git a/lttng-consumerd/Makefile.am b/lttng-consumerd/Makefile.am
deleted file mode 100644 (file)
index 9e8d036..0000000
+++ /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
This page took 0.022637 seconds and 4 git commands to generate.