Complete change of the source directory tree
[lttng-tools.git] / src / common / Makefile.am
CommitLineData
10a8a223
DG
1AM_CPPFLAGS =
2
3SUBDIRS = hashtable kernel-ctl sessiond-comm kernel-consumer ust-consumer
4
5AM_CFLAGS = -fno-strict-aliasing
6
7noinst_LTLIBRARIES = libcommon.la
8
9libcommon_la_SOURCES = runas.c runas.h
10
11# Consumer library
12noinst_LTLIBRARIES += libconsumer.la
13
14libconsumer_la_SOURCES = consumer.c
15
16libconsumer_la_LIBADD = \
17 $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \
18 $(top_builddir)/src/common/kernel-consumer/libkernel-consumer.la \
19 $(top_builddir)/src/common/hashtable/libhashtable.la
20
21if HAVE_LIBLTTNG_UST_CTL
22libconsumer_la_LIBADD += \
23 $(top_builddir)/src/common/ust-consumer/libust-consumer.la
24endif
This page took 0.024335 seconds and 5 git commands to generate.