lttng.h API update: set filter becomes enable event with filter
[lttng-tools.git] / src / bin / lttng-sessiond / Makefile.am
CommitLineData
74130cb7
PC
1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src \
2 -DINSTALL_BIN_PATH=\""$(lttnglibexecdir)"\" \
ebaeda94 3 -DINSTALL_LIB_PATH=\""$(libdir)"\"
3f5fa9ed 4
5b74c7b1 5AM_CFLAGS = -fno-strict-aliasing
fac6795d 6
32258573 7bin_PROGRAMS = lttng-sessiond
fac6795d 8
32258573 9lttng_sessiond_SOURCES = utils.c utils.h \
62499ad6 10 trace-kernel.c trace-kernel.h \
4771f025 11 kernel.c kernel.h \
48842b30 12 ust-ctl.h ust-app.h trace-ust.h \
62499ad6 13 context.c context.h \
54d01ffb
DG
14 channel.c channel.h \
15 event.c event.h \
0fdd1e2c 16 shm.c shm.h \
07424f16 17 consumer.c consumer.h \
0177d773 18 session.c session.h \
096102bd 19 modprobe.c modprobe.h kern-modules.h \
4063050c 20 lttng-ust-ctl.h lttng-ust-abi.h \
f1e16794 21 fd-limit.c fd-limit.h \
0840ee7f 22 kernel-consumer.c kernel-consumer.h \
025faf73 23 consumer.h \
2f77fc4b 24 health.c health.h \
8ac94142
CB
25 cmd.c cmd.h \
26 testpoint.h
fac6795d 27
74d0b642 28if HAVE_LIBLTTNG_UST_CTL
32258573 29lttng_sessiond_SOURCES += trace-ust.c ust-app.c ust-consumer.c ust-consumer.h
3bd1e081
MD
30endif
31
48842b30 32# Add main.c at the end for compile order
32258573 33lttng_sessiond_SOURCES += lttng-sessiond.h main.c
48842b30 34
7d8234d9 35# link on liblttngctl for check if sessiond is already alive.
68abb9c8 36lttng_sessiond_LDADD = -lrt -lurcu-common -lurcu \
10a8a223
DG
37 $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \
38 $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \
39 $(top_builddir)/src/common/kernel-ctl/libkernel-ctl.la \
40 $(top_builddir)/src/common/hashtable/libhashtable.la \
0ba98ebc 41 $(top_builddir)/src/common/libcommon.la \
00e2e675 42 $(top_builddir)/src/common/compat/libcompat.la \
8ac94142
CB
43 $(top_builddir)/src/common/relayd/librelayd.la \
44 $(top_builddir)/src/common/testpoint/libtestpoint.la
f158a754 45
74d0b642 46if HAVE_LIBLTTNG_UST_CTL
fa551d12 47lttng_sessiond_LDADD += -llttng-ust-ctl
f158a754 48endif
This page took 0.033653 seconds and 4 git commands to generate.