diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-04-28 11:50:33 +0300 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-04-28 11:50:33 +0300 |
commit | 3a46382ea6c92e60090e2aa81ab6b671f0be0f46 (patch) | |
tree | 4b7b44631aca1a0401b6ea51cc5d7d69eb075bf3 /tests/dtls | |
parent | 690b5ebc50d06c2ad456696057b0b473e97bd480 (diff) | |
download | gnutls-3a46382ea6c92e60090e2aa81ab6b671f0be0f46.tar.gz |
link explicitly to librt
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 |