X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2FMakefile.am;h=86e3567523c92ef199b85f0f1ab929a3d985a8c6;hb=d7bfb9b0fa35679d3e728b9165699d9faf905539;hp=13fdb714ed069f724f282b383cad2598d5bba010;hpb=c9e313bc594f40a86eed237dce222c0fc99c957f;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/Makefile.am b/src/bin/lttng-sessiond/Makefile.am index 13fdb714e..86e356752 100644 --- a/src/bin/lttng-sessiond/Makefile.am +++ b/src/bin/lttng-sessiond/Makefile.am @@ -57,14 +57,26 @@ liblttng_sessiond_common_la_SOURCES = utils.cpp utils.hpp \ tracker.cpp tracker.hpp \ event-notifier-error-accounting.cpp event-notifier-error-accounting.hpp \ action-executor.cpp action-executor.hpp\ - trigger-error-query.cpp + trigger-error-query.cpp \ + 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 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-metadata.cpp ust-clock.hpp agent-thread.cpp agent-thread.hpp \ - ust-field-utils.hpp ust-field-utils.cpp \ - ust-sigbus.cpp + ust-clock-class.hpp ust-clock-class.cpp \ + agent-thread.cpp agent-thread.hpp \ + ust-field-convert.cpp ust-field-convert.hpp \ + ust-sigbus.cpp \ + ust-registry-session.cpp \ + ust-registry-event.cpp ust-registry-event.hpp \ + ust-registry-channel.cpp ust-registry-channel.hpp \ + ust-registry-session-uid.cpp \ + ust-registry-session-pid.cpp \ + tsdl-trace-class-visitor.hpp tsdl-trace-class-visitor.cpp endif # link on liblttngctl for check if sessiond is already alive.