UST 2.0 support
[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 \
10 $(top_builddir)/liblttng-sessiond-comm/liblttng-sessiond-comm.la
11
12if LTTNG_TOOLS_HAVE_UST
13lttng_consumerd_LDADD += -lustctl
14endif
This page took 0.0229240000000001 seconds and 4 git commands to generate.