Fix: linking order of libraries
[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 6
4e8fa55b 7lttng_consumerd_LDADD = \
10a8a223
DG
8 $(top_builddir)/src/common/libconsumer.la \
9 $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \
4e8fa55b
DG
10 $(top_builddir)/src/common/libcommon.la \
11 -lrt
10a8a223
DG
12
13if HAVE_LIBLTTNG_UST_CTL
14lttng_consumerd_LDADD += -llttng-ust-ctl
15endif
This page took 0.027024 seconds and 4 git commands to generate.