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_3_0_4-11-g683ccd7


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_4-11-g683ccd7
Date: Fri, 21 Oct 2011 11:23:51 +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=683ccd706bc847ae2ad2420692f89eba354f8714

The branch, master has been updated
       via  683ccd706bc847ae2ad2420692f89eba354f8714 (commit)
      from  28805f3560b9354cbeb6a9295f169a40c1662f26 (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 683ccd706bc847ae2ad2420692f89eba354f8714
Author: Simon Josefsson <address@hidden>
Date:   Fri Oct 21 13:23:21 2011 +0200

    Also add -I's for gnulib's build directory, for mingw.
    
    Reported by "Hoyt, David" <address@hidden>.

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

Summary of changes:
 lib/Makefile.am      |    3 ++-
 lib/x509/Makefile.am |    1 +
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/lib/Makefile.am b/lib/Makefile.am
index 5a92dba..50569d0 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -30,7 +30,8 @@ localedir = $(datadir)/locale
 AM_CFLAGS = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS)
 AM_CPPFLAGS = \
        -DLOCALEDIR=\"$(localedir)\"            \
-       -I$(srcdir)/../gl                               \
+       -I$(srcdir)/../gl                       \
+       -I$(builddir)/../gl                     \
        -I$(srcdir)/includes                    \
        -I$(srcdir)/x509
 
diff --git a/lib/x509/Makefile.am b/lib/x509/Makefile.am
index e37c666..f5f6eff 100644
--- a/lib/x509/Makefile.am
+++ b/lib/x509/Makefile.am
@@ -19,6 +19,7 @@
 AM_CFLAGS = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS)
 AM_CPPFLAGS = \
        -I$(srcdir)/../../gl            \
+       -I$(builddir)/../../gl          \
        -I$(srcdir)/../includes         \
        -I$(builddir)/../includes       \
        -I$(srcdir)/..                  \


hooks/post-receive
-- 
GNU gnutls



reply via email to

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