something against this trivial patch? It fixes "make check".
Giuseppe >From 48baa84f12699ff6b3ee50e2b2211cce503f08ca Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano <gscriv...@gnu.org> Date: Thu, 3 Dec 2009 19:27:30 +0100 Subject: [PATCH] Add missing dependency to gnulib --- ChangeLog | 4 ++++ tests/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8051682..3816557 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2009-12-03 Giuseppe Scrivano <gscriv...@gnu.org> + * tests/Makefile.am (LDADD): Add missing dependency to gnulib. + +2009-12-03 Giuseppe Scrivano <gscriv...@gnu.org> + * ftp/cmds.c (domap): Add braces around the else branch. (strup): Remove function. * ftp/ftp.c (hookup): Change `len' type to size_t. diff --git a/tests/Makefile.am b/tests/Makefile.am index 1813a98..6b02c85 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -18,7 +18,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/libinetutils -I$(top_srcdir)/lib -LDADD = -L../libinetutils -linetutils +LDADD = -L../libinetutils -linetutils -L../lib -lgnu check_PROGRAMS = localhost TESTS = $(check_PROGRAMS) ping-localhost.sh traceroute-localhost.sh -- 1.6.5