aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
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 /tests/Makefile.am
parent985d3f42354b2c8e1525638d2187d875f465a69d (diff)
downloadpies-ea3b78558f5510f143fba83b647b35398ce1461f.tar.gz
pies-ea3b78558f5510f143fba83b647b35398ce1461f.tar.bz2
Add missing libintl libraries in tests
Diffstat (limited to 'tests/Makefile.am')
-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 = \
LDADD = \
../lib/libpies.a\
@GRECS_LDADD@\
- ../gnu/libgnu.a
+ ../gnu/libgnu.a\
+ $(LTLIBINTL) $(LTLIBICONV)
AUTOTEST = $(AUTOM4TE) --language=autotest
$(TESTSUITE): package.m4 $(TESTSUITE_AT)

Return to:

Send suggestions and report system problems to the System administrator.