gsasl-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gsasl branch, master, updated. gsasl-1-2-30-ga38bbb6


From: Simon Josefsson
Subject: [SCM] GNU gsasl branch, master, updated. gsasl-1-2-30-ga38bbb6
Date: Fri, 28 Aug 2009 09:15:22 +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 gsasl".

http://git.savannah.gnu.org/cgit/gsasl.git/commit/?id=a38bbb6a79081f577709af7c1ebcb10e2231bd76

The branch, master has been updated
       via  a38bbb6a79081f577709af7c1ebcb10e2231bd76 (commit)
      from  9ff9e3fb39c301cc359108b0ed4a5e927d61a313 (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 a38bbb6a79081f577709af7c1ebcb10e2231bd76
Author: Simon Josefsson <address@hidden>
Date:   Fri Aug 28 11:15:12 2009 +0200

    Fix libintl-related build errors on MinGW.
    Tiny patch from "carlo.bramix" <address@hidden>.

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

Summary of changes:
 NEWS            |    3 +++
 THANKS          |    1 +
 src/Makefile.am |    2 +-
 3 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/NEWS b/NEWS
index 59b9393..43592eb 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,9 @@ SASL.  That include the manual, the command line tool, and self 
tests.
 
 * Version 1.3 (unreleased)
 
+** gsasl: Fix libintl-related build errors on MinGW.
+Tiny patch from "carlo.bramix" <address@hidden>.
+
 ** tests: Rewrite basic self test using modern API.
 
 ** tests: New self-test 'crypto' to increase code coverage.
diff --git a/THANKS b/THANKS
index 266eaed..1970719 100644
--- a/THANKS
+++ b/THANKS
@@ -39,6 +39,7 @@ Adam Goode <address@hidden>
 Andery Melnikov <address@hidden>
 Vincent Untz <address@hidden>
 Marco Maggi <address@hidden>
+"carlo.bramix" <address@hidden>
 
 ----------------------------------------------------------------------
 Copying and distribution of this file, with or without modification,
diff --git a/src/Makefile.am b/src/Makefile.am
index 7c30d8e..b4feeab 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -27,7 +27,7 @@ gsasl_SOURCES = gsasl.c \
        imap.c imap.h smtp.c smtp.h \
        callbacks.h callbacks.c internal.h
 gsasl_LDADD = ../lib/src/libgsasl.la ../gl/libgl.la \
-       $(LTLIBREADLINE) $(LTLIBGNUTLS) $(LIBSOCKET) \
+       $(LTLIBREADLINE) $(LTLIBGNUTLS) $(LIBSOCKET) $(LTLIBINTL) \
        libgsasl_cmd.la
 
 noinst_LTLIBRARIES = libgsasl_cmd.la


hooks/post-receive
-- 
GNU gsasl




reply via email to

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