[SCM] GNU gnutls branch, master, updated. gnutls_3_0_21-99-g699ae6e

"Simon Josefsson" <[email protected]> Thu, 09 Aug 2012 13:24:19 +0000
Newsgroups gmane.comp.encryption.gpg.gnutls.cvs
Message-ID <[email protected]>
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=699ae6ef085c699dd5f3fb460b0f8a2408cc2860

The branch, master has been updated
       via  699ae6ef085c699dd5f3fb460b0f8a2408cc2860 (commit)
      from  4b1edfec28879c61ce86d0d36241defe65c972f4 (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 699ae6ef085c699dd5f3fb460b0f8a2408cc2860
Author: Simon Josefsson <[email protected]>
Date:   Thu Aug 9 15:24:11 2012 +0200

    Add gnulib -I's to guile-snarf command.

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

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

diff --git a/guile/src/Makefile.am b/guile/src/Makefile.am
index 7b55500..f52eee9 100644
--- a/guile/src/Makefile.am
+++ b/guile/src/Makefile.am
@@ -95,7 +95,7 @@ priorities.i.c: $(srcdir)/make-session-priorities.scm
 # `$(GUILE_CFLAGS)' may contain a series of `-I' switches so it must be
 # included here, even though we'd really want `$(GUILE_CPPFLAGS)'.
 snarfcppopts = $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
-	       $(CFLAGS) $(AM_CFLAGS) $(GUILE_CFLAGS)
+	       $(CFLAGS) $(guile_gnutls_v_2_la_CFLAGS)
 
 .c.x: $(BUILT_SOURCES)
 	$(guile_snarf) -o $@ $< $(snarfcppopts)


hooks/post-receive
-- 
GNU gnutls