aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to '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
@@ -78,13 +78,14 @@ AM_CPPFLAGS = \
-I$(top_builddir)/gnu\
@GRECS_INCLUDES@
LDADD = \
../lib/libpies.a\
@GRECS_LDADD@\
- ../gnu/libgnu.a
+ ../gnu/libgnu.a\
+ $(LTLIBINTL) $(LTLIBICONV)
AUTOTEST = $(AUTOM4TE) --language=autotest
$(TESTSUITE): package.m4 $(TESTSUITE_AT)
$(AM_V_GEN)$(AUTOTEST) -I $(srcdir) testsuite.at -o $@.tmp
$(AM_V_at)mv $@.tmp $@

Return to:

Send suggestions and report system problems to the System administrator.