X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2FMakefile.am;fp=src%2Fbin%2Flttng-relayd%2FMakefile.am;h=b473d5c62b29463eb449bc7ee096ae9a96ab672b;hp=afb435f06e76609bb6d7f0f86473282849e3b0d3;hb=c9e313bc594f40a86eed237dce222c0fc99c957f;hpb=4878de5c7deb512bbdac4fdfc498907efa06fb7c diff --git a/src/bin/lttng-relayd/Makefile.am b/src/bin/lttng-relayd/Makefile.am index afb435f06..b473d5c62 100644 --- a/src/bin/lttng-relayd/Makefile.am +++ b/src/bin/lttng-relayd/Makefile.am @@ -9,23 +9,23 @@ endif bin_PROGRAMS = lttng-relayd -lttng_relayd_SOURCES = main.cpp lttng-relayd.h utils.h utils.cpp cmd.h \ - index.cpp index.h live.cpp live.h ctf-trace.cpp ctf-trace.h \ - cmd-2-1.cpp cmd-2-1.h \ - cmd-2-2.cpp cmd-2-2.h \ - cmd-2-4.cpp cmd-2-4.h \ - cmd-2-11.cpp cmd-2-11.h \ - health-relayd.cpp health-relayd.h \ - lttng-viewer-abi.h testpoint.h \ - viewer-stream.h viewer-stream.cpp \ - session.cpp session.h \ - stream.cpp stream.h \ - connection.cpp connection.h \ - viewer-session.cpp viewer-session.h \ - tracefile-array.cpp tracefile-array.h \ - tcp_keep_alive.cpp tcp_keep_alive.h \ - sessiond-trace-chunks.cpp sessiond-trace-chunks.h \ - backward-compatibility-group-by.cpp backward-compatibility-group-by.h +lttng_relayd_SOURCES = main.cpp lttng-relayd.hpp utils.hpp utils.cpp cmd.hpp \ + index.cpp index.hpp live.cpp live.hpp ctf-trace.cpp ctf-trace.hpp \ + cmd-2-1.cpp cmd-2-1.hpp \ + cmd-2-2.cpp cmd-2-2.hpp \ + cmd-2-4.cpp cmd-2-4.hpp \ + cmd-2-11.cpp cmd-2-11.hpp \ + health-relayd.cpp health-relayd.hpp \ + lttng-viewer-abi.hpp testpoint.hpp \ + viewer-stream.hpp viewer-stream.cpp \ + session.cpp session.hpp \ + stream.cpp stream.hpp \ + connection.cpp connection.hpp \ + viewer-session.cpp viewer-session.hpp \ + tracefile-array.cpp tracefile-array.hpp \ + tcp_keep_alive.cpp tcp_keep_alive.hpp \ + sessiond-trace-chunks.cpp sessiond-trace-chunks.hpp \ + backward-compatibility-group-by.cpp backward-compatibility-group-by.hpp # link on liblttngctl for check if relayd is already alive. lttng_relayd_LDADD = $(URCU_LIBS) \