summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-10-23 09:52:36 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-10-23 09:52:36 +0200
commit5531090d2b4e74a00138dc7884a0ea3ba99bf4e7 (patch)
tree4aec65f13b40285f9a8cf6bc5e7f2e88740f18d3 /lib/Makefile.am
parenta049103b4629a168c572b06fc5bee38c0b2a36b9 (diff)
downloadgnutls-5531090d2b4e74a00138dc7884a0ea3ba99bf4e7.tar.gz
check and use libnsl (used in solaris)
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index fccc8d430c..febc59bbaa 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -129,7 +129,7 @@ libgnutls_la_LIBADD = ../gl/libgnu.la x509/libgnutls_x509.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) $(LTLIBNSL) \
$(LTLIBICONV) $(P11_KIT_LIBS) $(LIB_SELECT) $(TSS_LIBS)
if HAVE_LIBIDN