X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=0905e899f6bcf3aaafdc1a27ccba8545fc2a241e;hb=808cb744a46310d2e5fbbe9ab025cd427bcfc0a8;hp=49e9a8fd8a478d0d691798fdeec77da3115620ea;hpb=dd1bac00c933616842aaf51ad4c4240ccee98838;p=lttng-tools.git diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 49e9a8fd8..0905e899f 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = subdir-objects -SUBDIRS = string-utils +SUBDIRS = string-utils filter # Make sure to always distribute all folders # since SUBDIRS is decided at configure time. @@ -20,8 +20,8 @@ DIST_SUBDIRS = \ config \ consumer \ string-utils \ - fd-tracker - + fd-tracker \ + filter # Common library noinst_LTLIBRARIES = libcommon.la EXTRA_DIST = mi-lttng-4.0.xsd @@ -39,7 +39,7 @@ libcommon_la_SOURCES = \ common.h \ condition.c \ context.c context.h \ - credentials.h \ + credentials.c credentials.h \ daemonize.c daemonize.h \ defaults.c \ dynamic-array.c dynamic-array.h \ @@ -52,6 +52,7 @@ libcommon_la_SOURCES = \ fd-handle.c fd-handle.h \ fs-handle.c fs-handle.h fs-handle-internal.h \ futex.c futex.h \ + kernel-probe.c \ location.c \ mi-lttng.c mi-lttng.h \ notification.c \ @@ -75,6 +76,7 @@ libcommon_la_SOURCES = \ userspace-probe.c \ utils.c utils.h \ uuid.c uuid.h \ + thread.c thread.h \ tracker.c tracker.h \ waiter.c waiter.h @@ -87,7 +89,8 @@ libcommon_la_LIBADD = \ $(top_builddir)/src/common/config/libconfig.la \ $(top_builddir)/src/common/compat/libcompat.la \ $(top_builddir)/src/common/hashtable/libhashtable.la \ - $(top_builddir)/src/common/fd-tracker/libfd-tracker.la + $(top_builddir)/src/common/fd-tracker/libfd-tracker.la \ + $(top_builddir)/src/common/filter/libfilter.la if BUILD_LIB_COMPAT SUBDIRS += compat