X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Frelayd%2FMakefile.am;h=32623cccccbad7d4da3d43a77f4691356a53381b;hb=55caead7396fa6d4337db7fa8c64a1036393be9f;hp=84eee1b8e59748310e3c11d9ffcbb0239b0580ff;hpb=343af227102f6b274bfd7f6c7220eb3b776ba5e3;p=lttng-tools.git diff --git a/src/common/relayd/Makefile.am b/src/common/relayd/Makefile.am index 84eee1b8e..32623cccc 100644 --- a/src/common/relayd/Makefile.am +++ b/src/common/relayd/Makefile.am @@ -1,6 +1,9 @@ -# Relayd library +# SPDX-License-Identifier: GPL-2.0-only + noinst_LTLIBRARIES = librelayd.la -librelayd_la_SOURCES = relayd.c relayd.h +librelayd_la_SOURCES = \ + relayd.cpp \ + relayd.h librelayd_la_LIBADD = $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la