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-152-g75ea8ee


From: Simon Josefsson
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_8-152-g75ea8ee
Date: Mon, 14 Nov 2011 09:52:30 +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  75ea8ee88d2708b1641ad3b2d687669cee3a5023 (commit)
      from  63d7239880d949f1b9cc856e55def0276e232cec (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=75ea8ee88d2708b1641ad3b2d687669cee3a5023


commit 75ea8ee88d2708b1641ad3b2d687669cee3a5023
Author: Simon Josefsson <address@hidden>
Date:   Mon Nov 14 10:51:58 2011 +0100

    logger: Make it build.
    
    * src/Makefile.am (logger_SOURCES): Add logprio.h.

diff --git a/ChangeLog b/ChangeLog
index 3c245e3..d99f46c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2011-11-14  Simon Josefsson  <address@hidden>
 
+       * src/Makefile.am (logger_SOURCES): Add logprio.h
+
+2011-11-14  Simon Josefsson  <address@hidden>
+
        * ping/ping.c: New variable.
        (argp_options): Add parameter -W aka --linger.
        (parse_opt): Parse -W parameter.
diff --git a/src/Makefile.am b/src/Makefile.am
index 2e32b9e..a395b89 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -30,7 +30,7 @@ hostname_SOURCES = hostname.c
 EXTRA_PROGRAMS += hostname
 
 bin_PROGRAMS += @logger_BUILD@
-logger_SOURCES = logger.c
+logger_SOURCES = logger.c logprio.h
 EXTRA_PROGRAMS += logger
 
 bin_PROGRAMS += @rcp_BUILD@

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

Summary of changes:
 ChangeLog       |    4 ++++
 src/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]