diff options
Diffstat (limited to 'tests/dtls')
-rw-r--r-- | tests/dtls/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dtls/Makefile.am b/tests/dtls/Makefile.am index 559a0d46cd..2cd60c8024 100644 --- a/tests/dtls/Makefile.am +++ b/tests/dtls/Makefile.am @@ -36,7 +36,7 @@ AM_LDFLAGS = -no-install LDADD = ../../lib/libgnutls.la \ ../../gl/libgnu.la \ $(LIBSOCKET) $(INET_NTOP_LIB) $(INET_PTON_LIB) \ - $(LIB_TIMER_TIME) + -lrt if !WINDOWS |