aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-03-03 10:05:39 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2012-03-03 10:05:39 +0200
commitb3225d5b95104192810037b1933a54448f4f152f (patch)
treef8b2f3eb2c59e0ee072d0a1f81226a413e6e6874 /tests
parent84009ba4cd4246be9def916554e0b98561244771 (diff)
downloadgrecs-b3225d5b95104192810037b1933a54448f4f152f.tar.gz
grecs-b3225d5b95104192810037b1933a54448f4f152f.tar.bz2
Bugfixes.
* src/tree.c: Inlcude limits.h * tests/Makefile.am (LDADD): Add LIBINTL.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 8e9c008..698591d 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -133,7 +133,7 @@ noinst_PROGRAMS = \
gcfset\
gcfver
-LDADD = @GRECS_LDADD@
+LDADD = @GRECS_LDADD@ $(LIBINTL)
INCLUDES = @GRECS_INCLUDES@ @GRECS_HOST_PROJECT_INCLUDES@

Return to:

Send suggestions and report system problems to the System administrator.