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-138-g8160647


From: Giuseppe Scrivano
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_8-138-g8160647
Date: Thu, 27 Oct 2011 08:30:15 +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  81606478bd8b51e9d4daaaa06a21dc7996abadee (commit)
      from  e65b39335ce1ac05e9acf57600116d7bb54f143e (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=81606478bd8b51e9d4daaaa06a21dc7996abadee


commit 81606478bd8b51e9d4daaaa06a21dc7996abadee
Author: Giuseppe Scrivano <address@hidden>
Date:   Thu Oct 27 10:28:37 2011 +0200

    telnetd/Makefile.am (INCLUDES): Add -I$(top_srcdir)/libtelnet.

diff --git a/ChangeLog b/ChangeLog
index 5b4279d..1b087d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-10-27  Alfred M. Szmidt  <address@hidden>
+
+       * telnetd/Makefile.am (INCLUDES): Add -I$(top_srcdir)/libtelnet to list.
+
 2011-10-26  Giuseppe Scrivano  <address@hidden>
 
        * bootstrap.conf (gnulib_modules): Add ioctl to list.
diff --git a/telnetd/Makefile.am b/telnetd/Makefile.am
index 1937870..76825a1 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)
+INCLUDES = $(iu_INCLUDES) $(INCAUTH) -I$(top_srcdir)/libtelnet
 
 LDADD = $(iu_LIBRARIES) $(top_builddir)/libtelnet/libtelnet.a $(LIBTERMCAP) 
$(LIBUTIL) $(LIBCRYPT) $(LIBAUTH)

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

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


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

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