summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2019-01-23 20:42:34 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2019-01-23 21:10:14 +0100
commit710b0a26bd3f4048015ccc393c34ad2a725889eb (patch)
tree358a128c558c2a26a49cca35479740a5e5493882
parent312ff972329ab6cfc80a07c84282ad31afbcd553 (diff)
downloadgnutls-710b0a26bd3f4048015ccc393c34ad2a725889eb.tar.gz
update on "Fix gnutls.pc for multiarch builds"
This replaces LTLIBUNISTRING with LIBUNISTRING in Makefile.am. The former is no longer produced by configure.ac. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 5c0eac680c..9f140469da 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -149,7 +149,7 @@ thirdparty_libadd += $(LIBIDN2_LIBS)
endif
if HAVE_LIBUNISTRING
-thirdparty_libadd += $(LTLIBUNISTRING)
+thirdparty_libadd += $(LIBUNISTRING)
else
libgnutls_la_LIBADD += unistring/libunistring.la
endif