summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-07-29 09:53:17 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-07-29 09:53:17 +0200
commitd53d8cef9d41f5839714ab6f7297ceb76cbe1cd4 (patch)
tree424115df7f85fd47d9783602aa11c328b18adaac
parent85fd7b0e72e30f7bc415a1082761771afd2dd62d (diff)
downloadgnutls-d53d8cef9d41f5839714ab6f7297ceb76cbe1cd4.tar.gz
correctly link with librt when needed.
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 9bfb68033d..400b3cfd7e 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -119,7 +119,7 @@ libgnutls_la_LIBADD = ../gl/libgnu.la x509/libgnutls_x509.la \
accelerated/libaccelerated.la ext/libgnutls_ext.la \
auth/libgnutls_auth.la algorithms/libgnutls_alg.la \
extras/libgnutls_extras.la
-thirdparty_libadd = $(LTLIBZ) $(LTLIBINTL) $(LIBSOCKET) $(LIBRT) \
+thirdparty_libadd = $(LTLIBZ) $(LTLIBINTL) $(LIBSOCKET) $(LTLIBRT) \
$(LTLIBPTHREAD) $(LTLIBICONV) $(P11_KIT_LIBS) $(LIB_SELECT) $(TSS_LIBS) \
$(LTLIBICONV)