]> Savannah Git Hosting - gnulib.git/commitdiff
wcwidth tests: Fix link error.
authorBruno Haible <bruno@clisp.org>
Mon, 21 May 2018 00:42:01 +0000 (02:42 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 21 May 2018 00:57:28 +0000 (02:57 +0200)
* modules/wcwidth-tests (Makefile.am): Link test-wcwidth against
$(LIBUNISTRING).

ChangeLog
modules/wcwidth-tests

index 2d2e4d93e5cf37db9ea0d29b83ac67663104a220..cac247c1e9aa78e6d28daa0243ee6f93cb394971 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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".
index 34ddc2c62d4bdbb2a7db083bab12828af698e432..9606674b900e22e1548b57371b668d112c377d72 100644 (file)
@@ -12,3 +12,4 @@ configure.ac:
 Makefile.am:
 TESTS += test-wcwidth
 check_PROGRAMS += test-wcwidth
+test_wcwidth_LDADD = $(LDADD) $(LIBUNISTRING)