Rename libcommon.so to libcommon-gpl.so
[lttng-tools.git] / src / bin / lttng-relayd / Makefile.am
index f6d5b29501f17295dcc9fc1e0e8641b502be6710..d22484ad0d4af764df987e6313bf155a5cfd700d 100644 (file)
@@ -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 \
This page took 0.025006 seconds and 4 git commands to generate.