From ea3b78558f5510f143fba83b647b35398ce1461f Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Mon, 24 Jun 2019 16:14:30 +0300 Subject: Add missing libintl libraries in tests --- tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 4631a2c..8260073 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -81,7 +81,8 @@ AM_CPPFLAGS = \ LDADD = \ ../lib/libpies.a\ @GRECS_LDADD@\ - ../gnu/libgnu.a + ../gnu/libgnu.a\ + $(LTLIBINTL) $(LTLIBICONV) AUTOTEST = $(AUTOM4TE) --language=autotest $(TESTSUITE): package.m4 $(TESTSUITE_AT) -- cgit v1.2.1