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:
@@ -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.
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user