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_9_1-25-g83e700


From: Mats Erik Andersson
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_9_1-25-g83e7003
Date: Sat, 04 Feb 2012 18:30:16 +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  83e7003cbeb8aeacc77274091c566bf659579f81 (commit)
      from  a6ea201f3eed7b199632e44ec7a0b671df4654a9 (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=83e7003cbeb8aeacc77274091c566bf659579f81


commit 83e7003cbeb8aeacc77274091c566bf659579f81
Author: Mats Erik Andersson <address@hidden>
Date:   Sat Feb 4 19:27:49 2012 +0100

    libinetutils: Actually use INCAUTH.

diff --git a/ChangeLog b/ChangeLog
index 49f5020..abbcbf1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-02-04  Mats Erik Andersson <address@hidden>
+
+       * libinetutils/Makefile.am (INCLUDES): Add $(INCAUTH) to list.
+       * src/Makefile.am (INCLUDES): Likewise.
+
 2012-02-03  Mats Erik Andersson <address@hidden>
 
        Do not use which(1) in test scripts.
diff --git a/libinetutils/Makefile.am b/libinetutils/Makefile.am
index 01585ce..f674eeb 100644
--- a/libinetutils/Makefile.am
+++ b/libinetutils/Makefile.am
@@ -45,4 +45,4 @@ libinetutils_a_SOURCES = \
 
 AM_CPPFLAGS = $(PATHDEF_WTMPX) $(PATHDEF_TTY_PFX) $(PATHDEF_DEVNULL) 
$(PATHDEF_HEQUIV)
 
-INCLUDES = $(iu_INCLUDES)
+INCLUDES = $(iu_INCLUDES) $(INCAUTH)
diff --git a/src/Makefile.am b/src/Makefile.am
index a85fff4..726e7c6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -96,7 +96,7 @@ uucpd_SOURCES = uucpd.c
 uucpd_LDADD = $(LDADD) $(LIBCRYPT)
 EXTRA_PROGRAMS += uucpd
 
-INCLUDES = $(iu_INCLUDES) -I$(top_srcdir)/libicmp
+INCLUDES = $(iu_INCLUDES) $(INCAUTH) -I$(top_srcdir)/libicmp
 
 AM_CPPFLAGS = $(PATHDEF_BSHELL) $(PATHDEF_CONSOLE) $(PATHDEF_CP) 
$(PATHDEF_DEFPATH) $(PATHDEF_DEV) $(PATHDEF_INETDCONF) $(PATHDEF_INETDDIR) 
$(PATHDEF_INETDPID) $(PATHDEF_KLOG) $(PATHDEF_LOG) $(PATHDEF_LOGCONF) 
$(PATHDEF_LOGIN) $(PATHDEF_LOGPID) $(PATHDEF_NOLOGIN) $(PATHDEF_RLOGIN) 
$(PATHDEF_RSH) $(PATHDEF_TTY) $(PATHDEF_UTMP) $(PATHDEF_UUCICO)
 

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

Summary of changes:
 ChangeLog                |    5 +++++
 libinetutils/Makefile.am |    2 +-
 src/Makefile.am          |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

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