[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Inetutils branch, master, updated. inetutils-1_6-106-g48baa84
From: |
Giuseppe Scrivano |
Subject: |
[SCM] GNU Inetutils branch, master, updated. inetutils-1_6-106-g48baa84 |
Date: |
Thu, 03 Dec 2009 19:56:08 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Inetutils ".
The branch, master has been updated
via 48baa84f12699ff6b3ee50e2b2211cce503f08ca (commit)
from dc01797816f9bb8547cd3e8809b235cb22ac1916 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=48baa84f12699ff6b3ee50e2b2211cce503f08ca
commit 48baa84f12699ff6b3ee50e2b2211cce503f08ca
Author: Giuseppe Scrivano <address@hidden>
Date: Thu Dec 3 19:27:30 2009 +0100
Add missing dependency to gnulib
diff --git a/ChangeLog b/ChangeLog
index 8051682..3816557 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2009-12-03 Giuseppe Scrivano <address@hidden>
+ * tests/Makefile.am (LDADD): Add missing dependency to gnulib.
+
+2009-12-03 Giuseppe Scrivano <address@hidden>
+
* 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
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
tests/Makefile.am | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
hooks/post-receive
--
GNU Inetutils
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Inetutils branch, master, updated. inetutils-1_6-106-g48baa84,
Giuseppe Scrivano <=