Add time validation to health check
[lttng-tools.git] / src / common / Makefile.am
CommitLineData
10a8a223
DG
1AM_CPPFLAGS =
2
00e2e675 3SUBDIRS = compat hashtable kernel-ctl sessiond-comm relayd kernel-consumer ust-consumer
10a8a223
DG
4
5AM_CFLAGS = -fno-strict-aliasing
6
81b86775 7noinst_HEADERS = lttng-kernel.h defaults.h macros.h error.h futex.h uri.h utils.h
1c39da61 8
00e2e675 9# Common library
10a8a223
DG
10noinst_LTLIBRARIES = libcommon.la
11
81b86775
DG
12libcommon_la_SOURCES = runas.c runas.h common.h futex.c futex.h uri.c uri.h \
13 utils.c utils.h
10a8a223
DG
14
15# Consumer library
16noinst_LTLIBRARIES += libconsumer.la
17
1c39da61 18libconsumer_la_SOURCES = consumer.c consumer.h
10a8a223
DG
19
20libconsumer_la_LIBADD = \
21 $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \
22 $(top_builddir)/src/common/kernel-consumer/libkernel-consumer.la \
b9182dd9 23 $(top_builddir)/src/common/hashtable/libhashtable.la \
00e2e675
DG
24 $(top_builddir)/src/common/compat/libcompat.la \
25 $(top_builddir)/src/common/relayd/librelayd.la
10a8a223
DG
26
27if HAVE_LIBLTTNG_UST_CTL
28libconsumer_la_LIBADD += \
29 $(top_builddir)/src/common/ust-consumer/libust-consumer.la
30endif
This page took 0.025419 seconds and 4 git commands to generate.