gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, gnutls_2_8_x, updated. gnutls_2_8_5-24-ga08e34e


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, gnutls_2_8_x, updated. gnutls_2_8_5-24-ga08e34e
Date: Sun, 24 Jan 2010 10:06:31 +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=a08e34e45b438bf879a6a1468c02fcae7e8ed226

The branch, gnutls_2_8_x has been updated
       via  a08e34e45b438bf879a6a1468c02fcae7e8ed226 (commit)
      from  37c3360af9f6ed58e3a3b99aa96c0e513979b74e (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 a08e34e45b438bf879a6a1468c02fcae7e8ed226
Author: Simon Josefsson <address@hidden>
Date:   Tue Nov 3 07:45:02 2009 +0100

    Use INET_NTOP_LIB and INET_PTON_LIB.

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

Summary of changes:
 doc/examples/Makefile.am |    2 +-
 src/Makefile.am          |    2 +-
 tests/Makefile.am        |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
index f5bc40a..ee8a4a0 100644
--- a/doc/examples/Makefile.am
+++ b/doc/examples/Makefile.am
@@ -30,7 +30,7 @@ LDADD = libexamples.la                                \
        ../../lib/libgnutls.la                  \
        ../../libextra/libgnutls-extra.la       \
        ../../gl/libgnu.la                      \
-       $(LIBSOCKET)
+       $(LIBSOCKET) $(INET_NTOP_LIB) $(INET_PTON_LIB)
 
 CXX_LDADD = $(LDADD) \
        ../../lib/libgnutlsxx.la
diff --git a/src/Makefile.am b/src/Makefile.am
index c80c6a0..80b4f76 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -96,7 +96,7 @@ libcmd_certtool_la_SOURCES = certtool.gaa certtool-gaa.h      
\
        certtool-gaa.c certtool-cfg.h certtool-cfg.c
 libcmd_certtool_la_LIBADD = ../gl/libgnu.la $(LTLIBREADLINE)
 libcmd_certtool_la_LIBADD += ../lib/libgnutls.la ../libextra/libgnutls-extra.la
-libcmd_certtool_la_LIBADD += ../gl/libgnu.la
+libcmd_certtool_la_LIBADD += ../gl/libgnu.la $(INET_PTON_LIB)
 
 psk-gaa.c: $(srcdir)/psk.gaa
        -$(GAA) $< -o psk-gaa.c -i psk-gaa.h
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 382c5fb..3c34e9a 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -44,7 +44,7 @@ LDADD = ../lib/libgnutls.la \
        ../gl/libgnu.la \
        libutils.la \
        $(LTLIBGCRYPT)  \
-       $(LIBSOCKET)
+       $(LIBSOCKET) $(INET_NTOP_LIB) $(INET_PTON_LIB)
 
 if ENABLE_MINITASN1
 AM_CPPFLAGS += -I$(srcdir)/../lib/minitasn1


hooks/post-receive
-- 
GNU gnutls




reply via email to

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