[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
libintl also missing in tests/Makefile.am
From: |
Christian Weisgerber |
Subject: |
libintl also missing in tests/Makefile.am |
Date: |
Wed, 19 Jul 2023 21:15:00 +0200 |
The fix from commit 8632df398b2f548465ebe68b8f494c0d6f8d913d is
also required for tests/Makefile.am:
LDADD = ../gnu/libgnu.a\
$(LIB_ACL) $(LIB_CLOCK_GETTIME) $(LIB_EACCESS)\
$(LIB_GETRANDOM) $(LIB_HARD_LOCALE) $(FILE_HAS_ACL_LIB) $(LIB_MBRTOWC)\
- $(LIB_SELINUX) $(LIB_SETLOCALE_NULL)
+ $(LIB_SELINUX) $(LIB_SETLOCALE_NULL) \
+ $(LIBINTL) $(LIBICONV)
--
Christian "naddy" Weisgerber naddy@mips.inka.de
- libintl also missing in tests/Makefile.am,
Christian Weisgerber <=