aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-06-24 16:14:30 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-06-24 16:14:30 +0300
commitea3b78558f5510f143fba83b647b35398ce1461f (patch)
tree1db38bb45981c5814a5b7b2679354086554c5b51
parent985d3f42354b2c8e1525638d2187d875f465a69d (diff)
downloadpies-ea3b78558f5510f143fba83b647b35398ce1461f.tar.gz
pies-ea3b78558f5510f143fba83b647b35398ce1461f.tar.bz2
Add missing libintl libraries in tests
-rw-r--r--tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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 = \
81LDADD = \ 81LDADD = \
82 ../lib/libpies.a\ 82 ../lib/libpies.a\
83 @GRECS_LDADD@\ 83 @GRECS_LDADD@\
84 ../gnu/libgnu.a 84 ../gnu/libgnu.a\
85 $(LTLIBINTL) $(LTLIBICONV)
85 86
86AUTOTEST = $(AUTOM4TE) --language=autotest 87AUTOTEST = $(AUTOM4TE) --language=autotest
87$(TESTSUITE): package.m4 $(TESTSUITE_AT) 88$(TESTSUITE): package.m4 $(TESTSUITE_AT)

Return to:

Send suggestions and report system problems to the System administrator.