diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-07-15 11:55:37 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-07-15 11:55:37 +0200 |
commit | 5882d378330169b67f8888da7441e0c5c7e7128b (patch) | |
tree | 24812e20cb559b612472eb304ac7972c1bf9b83a /lib/Makefile.am | |
parent | 98b6d3ecc833eaa8e21ee4ecc13e1f4d9a759ca0 (diff) | |
download | gnutls-5882d378330169b67f8888da7441e0c5c7e7128b.tar.gz |
Link with librt when needed. Reported by Joern Clausen.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 2 |
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 |