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-14-ge2510b0


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_4-14-ge2510b0
Date: Fri, 21 Oct 2011 20:05:01 +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=e2510b07dd102721f03a6d7ddfc41f3557242f62

The branch, master has been updated
       via  e2510b07dd102721f03a6d7ddfc41f3557242f62 (commit)
       via  7287aec16f658ce5ef17fbf1a1e0b03fbeec54bf (commit)
      from  d6b29a8aa48be8e3db2ce9bcea4db54477f12744 (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 e2510b07dd102721f03a6d7ddfc41f3557242f62
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Fri Oct 21 22:05:59 2011 +0200

    Added includes in Makefile.am

commit 7287aec16f658ce5ef17fbf1a1e0b03fbeec54bf
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Fri Oct 21 22:04:51 2011 +0200

    Added -I$(builddir)/../../gl to CFLAGS.

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

Summary of changes:
 lib/Makefile.am             |    2 ++
 lib/accelerated/Makefile.am |    1 +
 lib/algorithms/Makefile.am  |    1 +
 lib/auth/Makefile.am        |    1 +
 lib/ext/Makefile.am         |    1 +
 lib/minitasn1/Makefile.am   |    1 +
 lib/nettle/Makefile.am      |    1 +
 lib/opencdk/Makefile.am     |    1 +
 lib/openpgp/Makefile.am     |    1 +
 9 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/lib/Makefile.am b/lib/Makefile.am
index 50569d0..37e6e5b 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -32,6 +32,8 @@ AM_CPPFLAGS = \
        -DLOCALEDIR=\"$(localedir)\"            \
        -I$(srcdir)/../gl                       \
        -I$(builddir)/../gl                     \
+       -I$(builddir)/includes                  \
+       -I$(builddir)/x509                      \
        -I$(srcdir)/includes                    \
        -I$(srcdir)/x509
 
diff --git a/lib/accelerated/Makefile.am b/lib/accelerated/Makefile.am
index ce2f836..081a5f9 100644
--- a/lib/accelerated/Makefile.am
+++ b/lib/accelerated/Makefile.am
@@ -23,6 +23,7 @@ SUBDIRS =
 AM_CPPFLAGS = \
        -I$(srcdir)/../../gl            \
        -I$(srcdir)/../includes         \
+       -I$(builddir)/../../gl          \
        -I$(builddir)/../includes       \
        -I$(srcdir)/..
 
diff --git a/lib/algorithms/Makefile.am b/lib/algorithms/Makefile.am
index 3bf8ae7..99a1908 100644
--- a/lib/algorithms/Makefile.am
+++ b/lib/algorithms/Makefile.am
@@ -23,6 +23,7 @@ AM_CPPFLAGS = \
        -I$(srcdir)/../../gl            \
        -I$(srcdir)/../includes         \
        -I$(builddir)/../includes       \
+       -I$(builddir)/../../gl          \
        -I$(srcdir)/..                  \
        -I$(srcdir)/../opencdk
 
diff --git a/lib/auth/Makefile.am b/lib/auth/Makefile.am
index e31e95b..bb19210 100644
--- a/lib/auth/Makefile.am
+++ b/lib/auth/Makefile.am
@@ -23,6 +23,7 @@ AM_CPPFLAGS = \
        -I$(srcdir)/../../gl            \
        -I$(srcdir)/../includes         \
        -I$(builddir)/../includes       \
+       -I$(builddir)/../../gl          \
        -I$(srcdir)/..                  \
        -I$(srcdir)/../opencdk
 
diff --git a/lib/ext/Makefile.am b/lib/ext/Makefile.am
index b00a47f..471fe92 100644
--- a/lib/ext/Makefile.am
+++ b/lib/ext/Makefile.am
@@ -23,6 +23,7 @@ AM_CPPFLAGS = \
        -I$(srcdir)/../../gl            \
        -I$(srcdir)/../includes         \
        -I$(builddir)/../includes       \
+       -I$(builddir)/../../gl          \
        -I$(srcdir)/..                  \
        -I$(srcdir)/../opencdk
 
diff --git a/lib/minitasn1/Makefile.am b/lib/minitasn1/Makefile.am
index e5be71b..d2985a9 100644
--- a/lib/minitasn1/Makefile.am
+++ b/lib/minitasn1/Makefile.am
@@ -23,6 +23,7 @@
 
 AM_CPPFLAGS = -DASN1_BUILDING          \
        -I$(srcdir)/../../gl            \
+       -I$(builddir)/../../gl          \
        -I$(srcdir)/..
 
 noinst_LTLIBRARIES = libminitasn1.la
diff --git a/lib/nettle/Makefile.am b/lib/nettle/Makefile.am
index a2aadad..6c4c5f8 100644
--- a/lib/nettle/Makefile.am
+++ b/lib/nettle/Makefile.am
@@ -23,6 +23,7 @@ AM_CPPFLAGS = \
        -I$(srcdir)/../../gl            \
        -I$(srcdir)/../includes         \
        -I$(builddir)/../includes       \
+       -I$(builddir)/../../gl          \
        -I$(srcdir)/..
 
 if ENABLE_MINITASN1
diff --git a/lib/opencdk/Makefile.am b/lib/opencdk/Makefile.am
index b2163fe..06befe8 100644
--- a/lib/opencdk/Makefile.am
+++ b/lib/opencdk/Makefile.am
@@ -22,6 +22,7 @@ AM_CPPFLAGS = \
        -I$(srcdir)/../../gl            \
        -I$(srcdir)/../includes         \
        -I$(builddir)/../includes       \
+       -I$(builddir)/../../gl          \
        -I$(srcdir)/..
 
 if ENABLE_MINITASN1
diff --git a/lib/openpgp/Makefile.am b/lib/openpgp/Makefile.am
index 9fcd44f..1c4d101 100644
--- a/lib/openpgp/Makefile.am
+++ b/lib/openpgp/Makefile.am
@@ -23,6 +23,7 @@ AM_CPPFLAGS = \
        -I$(srcdir)/../../gl            \
        -I$(srcdir)/../includes         \
        -I$(builddir)/../includes       \
+       -I$(builddir)/../../gl          \
        -I$(srcdir)/..                  \
        -I$(srcdir)/../opencdk
 


hooks/post-receive
-- 
GNU gnutls



reply via email to

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