summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-07-15 11:55:37 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-07-15 11:55:37 +0200
commit5882d378330169b67f8888da7441e0c5c7e7128b (patch)
tree24812e20cb559b612472eb304ac7972c1bf9b83a
parent98b6d3ecc833eaa8e21ee4ecc13e1f4d9a759ca0 (diff)
downloadgnutls-5882d378330169b67f8888da7441e0c5c7e7128b.tar.gz
Link with librt when needed. Reported by Joern Clausen.
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 8878431696..d6f36f4b2c 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) \
+thirdparty_libadd = $(LTLIBZ) $(LTLIBINTL) $(LIBSOCKET) $(LIBRT) \
$(LTLIBPTHREAD) $(LTLIBICONV) $(P11_KIT_LIBS) $(LIB_SELECT) $(TSS_LIBS)
if ENABLE_OPENPGP