From: Nikos Mavrogiannopoulos Date: Wed, 9 Apr 2014 13:45:39 +0000 (+0200) Subject: removed double entry X-Git-Tag: gnutls_3_3_0~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14d62392b747746d2fe96f38deb4b4071b5e7324;p=thirdparty%2Fgnutls.git removed double entry --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 92e3e2335a..817db30488 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -129,8 +129,7 @@ libgnutls_la_LIBADD = ../gl/libgnu.la x509/libgnutls_x509.la \ auth/libgnutls_auth.la algorithms/libgnutls_alg.la \ extras/libgnutls_extras.la thirdparty_libadd = $(LTLIBZ) $(LTLIBINTL) $(LIBSOCKET) \ - $(LTLIBICONV) $(P11_KIT_LIBS) $(LIB_SELECT) $(TSS_LIBS) \ - $(LTLIBICONV) + $(LTLIBICONV) $(P11_KIT_LIBS) $(LIB_SELECT) $(TSS_LIBS) if ENABLE_NETTLE libgnutls_la_LIBADD += accelerated/libaccelerated.la