X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=a50123989475fe1b4235032719ab60834599e185;hp=a40ec0d2990ed569a579ae73c4a7cfd9bfad8a37;hb=235493868254e943513c6552c6821236284f00ac;hpb=aa360a35847ac1274e22858554fb89203318e372 diff --git a/src/common/Makefile.am b/src/common/Makefile.am index a40ec0d29..a50123989 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0-only + AUTOMAKE_OPTIONS = subdir-objects SUBDIRS = string-utils @@ -22,7 +24,7 @@ DIST_SUBDIRS = \ # Common library noinst_LTLIBRARIES = libcommon.la -EXTRA_DIST = mi-lttng-3.0.xsd +EXTRA_DIST = mi-lttng-4.0.xsd libcommon_la_SOURCES = \ action.c \ @@ -62,7 +64,9 @@ libcommon_la_SOURCES = \ userspace-probe.c \ utils.c utils.h \ uuid.c uuid.h \ - waiter.c waiter.h + tracker.c \ + waiter.c waiter.h \ + fs-handle.h fs-handle-internal.h fs-handle.c if HAVE_ELF_H libcommon_la_SOURCES += \ @@ -72,7 +76,8 @@ 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 + $(top_builddir)/src/common/hashtable/libhashtable.la \ + $(top_builddir)/src/common/fd-tracker/libfd-tracker.la if BUILD_LIB_COMPAT SUBDIRS += compat