X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=7ec0f52a50c7c0fe2ca5a55324cc0126617ec099;hb=6acb3f46333c25d5a2f3a3ff8158956a4689031e;hp=261e1e0760971ba6aaff2357881301a7480eade5;hpb=8bb66c3cd60938352927ee865759433387324250;p=lttng-tools.git diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 261e1e076..7ec0f52a5 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,8 @@ noinst_LTLIBRARIES = libcommon.la EXTRA_DIST = mi-lttng-4.0.xsd libcommon_la_SOURCES = \ - action.c \ + actions/action.c \ + actions/notify.c \ buffer-usage.c \ buffer-view.h buffer-view.c \ common.h \ @@ -41,11 +44,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 +56,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,9 +66,8 @@ libcommon_la_SOURCES = \ userspace-probe.c \ utils.c utils.h \ uuid.c uuid.h \ - tracker.c \ - waiter.c waiter.h \ - fs-handle.h fs-handle-internal.h fs-handle.c + tracker.c tracker.h \ + waiter.c waiter.h if HAVE_ELF_H libcommon_la_SOURCES += \