Add missing headers for make dist
[lttng-tools.git] / src / bin / lttng-consumerd / Makefile.am
CommitLineData
1c39da61 1AM_CPPFLAGS =
10a8a223
DG
2
3bin_PROGRAMS = lttng-consumerd
4
1c39da61 5lttng_consumerd_SOURCES = lttng-consumerd.c lttng-consumerd.h
10a8a223
DG
6
7lttng_consumerd_LDADD = \
8 $(top_builddir)/src/common/kernel-ctl/libkernel-ctl.la \
9 $(top_builddir)/src/common/libconsumer.la \
10 $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \
11 $(top_builddir)/src/common/libcommon.la
12
13if HAVE_LIBLTTNG_UST_CTL
14lttng_consumerd_LDADD += -llttng-ust-ctl
15endif
This page took 0.024042 seconds and 4 git commands to generate.