gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, master, updated. gnutls_2_11_6-258-gf7a0137


From: Ludovic Courtès
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_11_6-258-gf7a0137
Date: Tue, 01 Mar 2011 22:35: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 gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=f7a0137f7f1aa5fb9b5707b976c4e50ae63157e2

The branch, master has been updated
       via  f7a0137f7f1aa5fb9b5707b976c4e50ae63157e2 (commit)
      from  1cb61db70c837ebad6540bf83d23fe5d61fed992 (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 -----------------------------------------------------------------
commit f7a0137f7f1aa5fb9b5707b976c4e50ae63157e2
Author: Ludovic Courtès <address@hidden>
Date:   Tue Mar 1 23:35:25 2011 +0100

    Add `udp-serv.h' to the distribution.

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

Summary of changes:
 src/Makefile.am |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 622ee8c..9460985 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
-# 2009, 2010 Free Software Foundation, Inc.
+# 2009, 2010, 2011 Free Software Foundation, Inc.
 #
 # This file is part of GnuTLS.
 #
@@ -40,7 +40,11 @@ endif
 
 noinst_LTLIBRARIES =
 
-gnutls_serv_SOURCES = list.h serv.c udp-serv.c common.h common.c 
certtool-common.h
+gnutls_serv_SOURCES =                          \
+  list.h serv.c                                        \
+  udp-serv.c udp-serv.h                                \
+  common.h common.c                            \
+  certtool-common.h
 gnutls_serv_LDADD = ../lib/libgnutls.la ../libextra/libgnutls-extra.la
 gnutls_serv_LDADD += libcmd-serv.la ../gl/libgnu.la
 gnutls_serv_LDADD += $(LTLIBGCRYPT) $(LIBSOCKET) $(GETADDRINFO_LIB)


hooks/post-receive
-- 
GNU gnutls



reply via email to

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