summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-02-25 20:06:18 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-02-25 20:07:06 +0100
commitcb2d61723ce1aadc1ee6d082f0bdcd59e27067da (patch)
tree0fcc7756ab1a21bf6cc99e94fa90495d13d5ab5e /lib/Makefile.am
parente06474ab977af37d633d1aefdc6b0ab016198970 (diff)
downloadgnutls-cb2d61723ce1aadc1ee6d082f0bdcd59e27067da.tar.gz
Link to correct libraries.
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 4b3179581a..a1e19a133e 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -116,7 +116,7 @@ libgnutls_la_LIBADD = ../gl/libgnu.la x509/libgnutls_x509.la \
auth/libgnutls_auth.la algorithms/libgnutls_alg.la \
extras/libgnutls_extras.la \
$(LTLIBZ) $(LTLIBINTL) $(LIBSOCKET) $(LTLIBDL) \
- $(LTLIBPTHREAD) $(P11_KIT_LIBS)
+ $(LTLIBPTHREAD) $(P11_KIT_LIBS) $(LIB_SELECT)
if ENABLE_OPENPGP
libgnutls_la_LIBADD += openpgp/libgnutls_openpgp.la