Fix: linking order of libraries
[lttng-tools.git] / src / bin / lttng-consumerd / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src
2
3 lttnglibexec_PROGRAMS = lttng-consumerd
4
5 lttng_consumerd_SOURCES = lttng-consumerd.c lttng-consumerd.h
6
7 lttng_consumerd_LDADD = \
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 -lrt
12
13 if HAVE_LIBLTTNG_UST_CTL
14 lttng_consumerd_LDADD += -llttng-ust-ctl
15 endif
This page took 0.028905 seconds and 4 git commands to generate.