Add filter sequence number to UST
[lttng-tools.git] / src / bin / lttng-consumerd / Makefile.am
CommitLineData
74130cb7 1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src
10a8a223 2
386418ba 3lttnglibexec_PROGRAMS = lttng-consumerd
10a8a223 4
1c39da61 5lttng_consumerd_SOURCES = lttng-consumerd.c lttng-consumerd.h
10a8a223
DG
6
7lttng_consumerd_LDADD = \
10a8a223
DG
8 $(top_builddir)/src/common/libconsumer.la \
9 $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \
10 $(top_builddir)/src/common/libcommon.la
11
12if HAVE_LIBLTTNG_UST_CTL
13lttng_consumerd_LDADD += -llttng-ust-ctl
14endif
This page took 0.025177 seconds and 4 git commands to generate.