X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2FMakefile.am;h=d22484ad0d4af764df987e6313bf155a5cfd700d;hb=e5b05ab3d0b711701109678ce8570250d199d9b9;hp=f6d5b29501f17295dcc9fc1e0e8641b502be6710;hpb=62b7418e09fbce6c2f9ea5cf237c980a849c58fe;p=lttng-tools.git diff --git a/src/bin/lttng-relayd/Makefile.am b/src/bin/lttng-relayd/Makefile.am index f6d5b2950..d22484ad0 100644 --- a/src/bin/lttng-relayd/Makefile.am +++ b/src/bin/lttng-relayd/Makefile.am @@ -29,7 +29,7 @@ lttng_relayd_SOURCES = main.c lttng-relayd.h utils.h utils.c cmd.h \ # link on liblttngctl for check if relayd is already alive. lttng_relayd_LDADD = $(URCU_LIBS) \ - $(top_builddir)/src/common/libcommon.la \ + $(top_builddir)/src/common/libcommon-gpl.la \ $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \ $(top_builddir)/src/common/hashtable/libhashtable.la \ $(top_builddir)/src/common/compat/libcompat.la \