commit-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Inetutils branch, master, updated. inetutils-1_8-139-g290a699


From: Giuseppe Scrivano
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_8-139-g290a699
Date: Thu, 27 Oct 2011 08:36:01 +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  290a699d8c3780ca9a9907eeca3036c87cde282c (commit)
      from  81606478bd8b51e9d4daaaa06a21dc7996abadee (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=290a699d8c3780ca9a9907eeca3036c87cde282c


commit 290a699d8c3780ca9a9907eeca3036c87cde282c
Author: Alfred M. Szmidt <address@hidden>
Date:   Thu Oct 27 10:34:55 2011 +0200

    Fixed typo. (silent change)

diff --git a/ChangeLog b/ChangeLog
index 1b087d6..fa7e87b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
 2011-10-27  Alfred M. Szmidt  <address@hidden>
 
-       * telnetd/Makefile.am (INCLUDES): Add -I$(top_srcdir)/libtelnet to list.
+       * telnetd/Makefile.am (INCLUDES): Add -I$(top_srcdir) to list.
 
 2011-10-26  Giuseppe Scrivano  <address@hidden>
 
diff --git a/telnetd/Makefile.am b/telnetd/Makefile.am
index 76825a1..71cb7b1 100644
--- a/telnetd/Makefile.am
+++ b/telnetd/Makefile.am
@@ -29,6 +29,6 @@ noinst_HEADERS = telnetd.h
 @PATHDEFS_MAKE@
 
 AM_CPPFLAGS = $(PATHDEF_DEV) $(PATHDEF_TTY) $(PATHDEF_LOGIN)
-INCLUDES = $(iu_INCLUDES) $(INCAUTH) -I$(top_srcdir)/libtelnet
+INCLUDES = $(iu_INCLUDES) -I$(top_srcdir) $(INCAUTH)
 
 LDADD = $(iu_LIBRARIES) $(top_builddir)/libtelnet/libtelnet.a $(LIBTERMCAP) 
$(LIBUTIL) $(LIBCRYPT) $(LIBAUTH)

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog           |    2 +-
 telnetd/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]