]> Savannah Git Hosting - gnulib.git/commitdiff
mcel tests: Fix link error.
authorBruno Haible <bruno@clisp.org>
Tue, 3 Oct 2023 08:24:46 +0000 (10:24 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 3 Oct 2023 08:24:46 +0000 (10:24 +0200)
* modules/mcel-tests (Makefile.am): Link test-mcel with $(LIBUNISTRING)
$(SETLOCALE_LIB) $(MBRTOWC_LIB) $(LIBC32CONV).

ChangeLog
modules/mcel-tests

index 38e339b6c349d8f76a24fff030bb6cfab4649f68..4e172526b29801b66c34d655950bf5d00bd3db88 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-10-03  Bruno Haible  <bruno@clisp.org>
+
+       mcel tests: Fix link error.
+       * modules/mcel-tests (Makefile.am): Link test-mcel with $(LIBUNISTRING)
+       $(SETLOCALE_LIB) $(MBRTOWC_LIB) $(LIBC32CONV).
+
 2023-10-03  Bruno Haible  <bruno@clisp.org>
 
        mcel: Fix compilation error in tests.
index 4b9ba0eeafd75668d3448fa143735115a83b0cbc..d157608ce3127bc32aa9e99417c405dd1b1231f4 100644 (file)
@@ -10,3 +10,4 @@ configure.ac:
 Makefile.am:
 TESTS += test-mcel
 check_PROGRAMS += test-mcel
+test_mcel_LDADD = $(LDADD) $(LIBUNISTRING) $(SETLOCALE_LIB) $(MBRTOWC_LIB) $(LIBC32CONV)