changeset 39397:8d852dd1036a

wcwidth tests: Fix link error. * modules/wcwidth-tests (Makefile.am): Link test-wcwidth against $(LIBUNISTRING).
author Bruno Haible <bruno@clisp.org>
date Mon, 21 May 2018 02:42:01 +0200
parents 4ee81f3f35a3
children 05d1e5d85cef
files ChangeLog modules/wcwidth-tests
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun May 20 06:49:39 2018 -0700
+++ b/ChangeLog	Mon May 21 02:42:01 2018 +0200
@@ -1,3 +1,9 @@
+2018-05-20  Bruno Haible  <bruno@clisp.org>
+
+	wcwidth tests: Fix link error.
+	* modules/wcwidth-tests (Makefile.am): Link test-wcwidth against
+	$(LIBUNISTRING).
+
 2018-05-20  Bruno Haible  <bruno@clisp.org>
 
 	regex: Fix "error: possibly undefined macro: gl_GLIBC21".
--- a/modules/wcwidth-tests	Sun May 20 06:49:39 2018 -0700
+++ b/modules/wcwidth-tests	Mon May 21 02:42:01 2018 +0200
@@ -12,3 +12,4 @@
 Makefile.am:
 TESTS += test-wcwidth
 check_PROGRAMS += test-wcwidth
+test_wcwidth_LDADD = $(LDADD) $(LIBUNISTRING)