Port: Detect platforms where librt is required
[lttng-tools.git] / src / bin / lttng-relayd / Makefile.am
index 07eb73223eb71c6c3ce062b518037ea710fd4fe7..4857074df266e51fb90795f34dd7ed47bedaf0fd 100644 (file)
@@ -23,7 +23,7 @@ lttng_relayd_SOURCES = main.c lttng-relayd.h utils.h utils.c cmd.h \
                        tracefile-array.c tracefile-array.h
 
 # link on liblttngctl for check if relayd is already alive.
-lttng_relayd_LDADD = -lrt -lurcu-common -lurcu \
+lttng_relayd_LDADD = -lurcu-common -lurcu \
                $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \
                $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \
                $(top_builddir)/src/common/hashtable/libhashtable.la \
This page took 0.022509 seconds and 4 git commands to generate.