Move runas to common/
[lttng-tools.git] / lttng-consumerd / Makefile.am
CommitLineData
3bd1e081
MD
1AM_CPPFLAGS = -I$(top_srcdir)/include
2
3bin_PROGRAMS = lttng-consumerd
4
5lttng_consumerd_SOURCES = lttng-consumerd.c
6
7lttng_consumerd_LDADD = \
8 $(top_builddir)/libkernelctl/libkernelctl.la \
9 $(top_builddir)/liblttng-consumer/liblttng-consumer.la \
60b6c79c 10 $(top_builddir)/liblttng-sessiond-comm/liblttng-sessiond-comm.la \
58415b8b 11 $(top_builddir)/common/libcommon.la
3bd1e081 12
74d0b642 13if HAVE_LIBLTTNG_UST_CTL
2f5a8a39 14lttng_consumerd_LDADD += -llttng-ust-ctl
3bd1e081 15endif
This page took 0.022627 seconds and 4 git commands to generate.