X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=84bed094fd94f16365cb0d5b8d5a96824f25ce86;hb=3f8e211fbe73cbcf69d52af5e839b14d1a951ed7;hp=84c0b16a13efcc054502e768fe8604f475da0533;hpb=10a8a2237343699e3923d87e24dbf2d7fe225377;p=lttng-tools.git diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 84c0b16a1..84bed094f 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -1,22 +1,27 @@ AM_CPPFLAGS = -SUBDIRS = hashtable kernel-ctl sessiond-comm kernel-consumer ust-consumer +SUBDIRS = compat hashtable kernel-ctl sessiond-comm relayd kernel-consumer ust-consumer AM_CFLAGS = -fno-strict-aliasing +noinst_HEADERS = lttng-kernel.h defaults.h macros.h error.h futex.h uri.h utils.h + +# Common library noinst_LTLIBRARIES = libcommon.la -libcommon_la_SOURCES = runas.c runas.h +libcommon_la_SOURCES = utils.c utils.h runas.c runas.h common.h futex.c futex.h uri.c uri.h # Consumer library noinst_LTLIBRARIES += libconsumer.la -libconsumer_la_SOURCES = consumer.c +libconsumer_la_SOURCES = consumer.c consumer.h libconsumer_la_LIBADD = \ $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \ $(top_builddir)/src/common/kernel-consumer/libkernel-consumer.la \ - $(top_builddir)/src/common/hashtable/libhashtable.la + $(top_builddir)/src/common/hashtable/libhashtable.la \ + $(top_builddir)/src/common/compat/libcompat.la \ + $(top_builddir)/src/common/relayd/librelayd.la if HAVE_LIBLTTNG_UST_CTL libconsumer_la_LIBADD += \