]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
update on "Fix gnutls.pc for multiarch builds"
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 23 Jan 2019 19:42:34 +0000 (20:42 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 23 Jan 2019 20:10:14 +0000 (21:10 +0100)
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>
lib/Makefile.am

index 5c0eac680c1fe8af2f545e82abf7c673b0ade368..9f140469da2ea8a9866268dc66a0d7b0ed468f65 100644 (file)
@@ -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