X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fbin%2Flttng-sessiond%2FMakefile.am;h=e9b6ac1f68639ca7dbfc215381f58956a378b179;hb=HEAD;hp=7f8ac379c216709a028856788fd34d7393c0c03b;hpb=b0f2e8db59fcadc8f4b06a94175792be3c431004;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/Makefile.am b/src/bin/lttng-sessiond/Makefile.am index 7f8ac379c..c6ccbe5e5 100644 --- a/src/bin/lttng-sessiond/Makefile.am +++ b/src/bin/lttng-sessiond/Makefile.am @@ -39,7 +39,6 @@ liblttng_sessiond_common_la_SOURCES = utils.cpp utils.hpp \ notification-thread-commands.hpp notification-thread-commands.cpp \ notification-thread-events.hpp notification-thread-events.cpp \ sessiond-config.hpp sessiond-config.cpp \ - rotate.hpp rotate.cpp \ rotation-thread.hpp rotation-thread.cpp \ timer.cpp timer.hpp \ globals.cpp \ @@ -58,25 +57,30 @@ liblttng_sessiond_common_la_SOURCES = utils.cpp utils.hpp \ event-notifier-error-accounting.cpp event-notifier-error-accounting.hpp \ action-executor.cpp action-executor.hpp\ trigger-error-query.cpp \ + ctl-utils.hpp \ field.hpp field.cpp \ clock-class.hpp clock-class.cpp \ event-class.hpp event-class.cpp \ stream-class.hpp stream-class.cpp \ - trace-class.hpp trace-class.cpp + trace-class.hpp trace-class.cpp \ + consumer-destination-type.hpp \ + consumer-output.hpp \ + snapshot-output.hpp if HAVE_LIBLTTNG_UST_CTL liblttng_sessiond_common_la_SOURCES += trace-ust.cpp ust-registry.cpp ust-app.cpp \ ust-consumer.cpp ust-consumer.hpp notify-apps.cpp \ ust-clock-class.hpp ust-clock-class.cpp \ agent-thread.cpp agent-thread.hpp \ - ust-field-convert.cpp ust-field-convert.hpp \ + ust-field-convert.cpp ust-field-quirks.hpp \ ust-sigbus.cpp \ ust-registry-session.cpp ust-registry-session.hpp \ ust-registry-event.cpp ust-registry-event.hpp \ ust-registry-channel.cpp ust-registry-channel.hpp \ ust-registry-session-uid.cpp ust-registry-session-uid.hpp \ ust-registry-session-pid.cpp ust-registry-session-pid.hpp \ - tsdl-trace-class-visitor.cpp tsdl-trace-class-visitor.hpp + tsdl-trace-class-visitor.cpp tsdl-trace-class-visitor.hpp \ + ctf2-trace-class-visitor.cpp ctf2-trace-class-visitor.hpp endif # link on liblttngctl for check if sessiond is already alive. @@ -90,8 +94,8 @@ liblttng_sessiond_common_la_LIBADD = $(URCU_LIBS) $(KMOD_LIBS) \ $(top_builddir)/src/common/libtestpoint.la \ $(top_builddir)/src/common/libhealth.la \ $(top_builddir)/src/common/libconfig.la \ - $(top_builddir)/src/common/libstring-utils.la - + $(top_builddir)/src/common/libstring-utils.la \ + $(top_builddir)/src/vendor/fmt/libfmt.la if HAVE_LIBLTTNG_UST_CTL liblttng_sessiond_common_la_LIBADD += $(UST_CTL_LIBS)