diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2019-01-23 20:42:34 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2019-01-23 21:10:14 +0100 |
commit | 710b0a26bd3f4048015ccc393c34ad2a725889eb (patch) | |
tree | 358a128c558c2a26a49cca35479740a5e5493882 /lib/Makefile.am | |
parent | 312ff972329ab6cfc80a07c84282ad31afbcd553 (diff) | |
download | gnutls-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>
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 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 |