diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-01-21 18:35:17 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-01-21 18:35:17 +0100 |
commit | e14f5b9741a0e4166ffde943213eaea04161d59a (patch) | |
tree | 3b4d277ed0f05cf6d990d68730edbd7f741cb8ba /lib/Makefile.am | |
parent | fbb5e40a487950e996a34873d48e76a3200459f7 (diff) | |
download | gnutls-e14f5b9741a0e4166ffde943213eaea04161d59a.tar.gz |
Updated Libs.private with all the required libraries
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 acf053e237..8edd15dda0 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -118,7 +118,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) $(LTLIBDL) \ +thirdparty_libadd = $(LTLIBZ) $(LTLIBINTL) $(LIBSOCKET) \ $(LTLIBPTHREAD) $(LTLIBICONV) $(P11_KIT_LIBS) $(LIB_SELECT) $(TSS_LIBS) if ENABLE_OPENPGP |