X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=10e2d40f3676bd208713647338b8e99934eae9c4;hp=e7ceefe47cf8d5a1b9e0ad659103e507557cd44e;hb=58397d0d83913a52d42e1fe9b9a09f4ebdde8f27;hpb=2d97a0067600335f07eecb2c1d9ba68fc164583e diff --git a/src/common/Makefile.am b/src/common/Makefile.am index e7ceefe47..10e2d40f3 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 @@ -25,7 +27,9 @@ noinst_LTLIBRARIES = libcommon.la EXTRA_DIST = mi-lttng-4.0.xsd libcommon_la_SOURCES = \ - action.c \ + actions/action.c \ + actions/notify.c \ + actions/start-session.c \ buffer-usage.c \ buffer-view.h buffer-view.c \ common.h \ @@ -41,11 +45,11 @@ libcommon_la_SOURCES = \ evaluation.c \ event.c \ filter.c filter.h \ + fs-handle.c fs-handle.h fs-handle-internal.h \ futex.c futex.h \ location.c \ mi-lttng.c mi-lttng.h \ notification.c \ - notify.c \ optional.h \ pipe.c pipe.h \ readwrite.c readwrite.h \ @@ -53,6 +57,7 @@ libcommon_la_SOURCES = \ session-consumed-size.c \ session-descriptor.c \ session-rotation.c \ + spawn-viewer.c spawn-viewer.h \ time.c \ trace-chunk.c trace-chunk.h \ trace-chunk-registry.h \ @@ -62,7 +67,7 @@ libcommon_la_SOURCES = \ userspace-probe.c \ utils.c utils.h \ uuid.c uuid.h \ - tracker.c \ + tracker.c tracker.h \ waiter.c waiter.h if HAVE_ELF_H @@ -73,7 +78,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