1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-09-01 02:34:55 +00:00

mcel tests: Fix link error.

* modules/mcel-tests (Makefile.am): Link test-mcel with $(LIBUNISTRING)
$(SETLOCALE_LIB) $(MBRTOWC_LIB) $(LIBC32CONV).
This commit is contained in:
Bruno Haible
2023-10-03 10:24:46 +02:00
parent e7477788b7
commit 752d686f75
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -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.
+1
View 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)