X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Frelayd%2FMakefile.am;fp=src%2Fcommon%2Frelayd%2FMakefile.am;h=84eee1b8e59748310e3c11d9ffcbb0239b0580ff;hb=00e2e675d54dc726a7c8f8887c889cc8ef022003;hp=0000000000000000000000000000000000000000;hpb=b8aa16822f579a6e15b41d2761801a0a65d5f2a5;p=lttng-tools.git diff --git a/src/common/relayd/Makefile.am b/src/common/relayd/Makefile.am new file mode 100644 index 000000000..84eee1b8e --- /dev/null +++ b/src/common/relayd/Makefile.am @@ -0,0 +1,6 @@ +# Relayd library +noinst_LTLIBRARIES = librelayd.la + +librelayd_la_SOURCES = relayd.c relayd.h + +librelayd_la_LIBADD = $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la