X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=896e2d6a1a458dedfa941baadf0a0c95405ac279;hp=d754924ddb58f503f445ad8ae37422afa2932e04;hb=8e1ef46e89a86865736a62d2def88f70acb0be55;hpb=ba49ae8cc1f9d51c2ef1a60b113fda2e58dc2a7c diff --git a/src/common/Makefile.am b/src/common/Makefile.am index d754924dd..896e2d6a1 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -12,7 +12,7 @@ DIST_SUBDIRS = compat health hashtable kernel-ctl sessiond-comm relayd \ noinst_LTLIBRARIES = libcommon.la EXTRA_DIST = mi-lttng-3.0.xsd -libcommon_la_SOURCES = error.h error.c utils.c utils.h runas.h \ +libcommon_la_SOURCES = error.h error.c utils.c utils.h runas.h runas.c \ common.h futex.c futex.h uri.c uri.h defaults.c \ pipe.c pipe.h readwrite.c readwrite.h \ mi-lttng.h mi-lttng.c \ @@ -27,18 +27,21 @@ libcommon_la_SOURCES = error.h error.c utils.c utils.h runas.h \ buffer-view.h buffer-view.c \ location.c \ waiter.h waiter.c \ - userspace-probe.c event.c + userspace-probe.c event.c time.c \ + session-descriptor.c credentials.h \ + trace-chunk.c trace-chunk.h trace-chunk-registry.h \ + dynamic-array.h dynamic-array.c optional.h + +if HAVE_ELF_H +libcommon_la_SOURCES += lttng-elf.h lttng-elf.c +endif libcommon_la_LIBADD = \ $(top_builddir)/src/common/config/libconfig.la \ + $(top_builddir)/src/common/compat/libcompat.la \ + $(top_builddir)/src/common/hashtable/libhashtable.la \ $(UUID_LIBS) -if BUILD_LIB_RUNAS -libcommon_la_SOURCES += runas.c lttng-elf.h lttng-elf.c -else -libcommon_la_SOURCES += runas-stub.c -endif - if BUILD_LIB_COMPAT SUBDIRS += compat endif @@ -89,7 +92,7 @@ endif noinst_HEADERS = lttng-kernel.h defaults.h macros.h error.h futex.h \ uri.h utils.h lttng-kernel-old.h \ - align.h bitfield.h bug.h time.h + align.h bug.h time.h all-local: @if [ x"$(srcdir)" != x"$(builddir)" ]; then \