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_2_9_5-3-g709c0ce


From: Daiki Ueno
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_5-3-g709c0ce
Date: Fri, 11 Sep 2009 09:43:38 +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=709c0ce4f6cf1df5ffc305721cb8ae34bcb61552

The branch, master has been updated
       via  709c0ce4f6cf1df5ffc305721cb8ae34bcb61552 (commit)
      from  e7f6ade4f4047de72ed5ddf831ea0ec5a5077936 (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 709c0ce4f6cf1df5ffc305721cb8ae34bcb61552
Author: Daiki Ueno <address@hidden>
Date:   Fri Sep 11 18:32:20 2009 +0900

    Fix out-of-tree build.
    
    Fix out-of-tree build; gnutls.h is generated in the build tree.

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

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

diff --git a/lib/Makefile.am b/lib/Makefile.am
index ad189b9..350a087 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -141,7 +141,7 @@ endif
 # C++ library
 
 if ENABLE_CXX
-libgnutlsxx_la_CPPFLAGS = -I$(top_srcdir)/includes -I../includes
+libgnutlsxx_la_CPPFLAGS = -I$(top_srcdir)/includes -I$(top_builddir)/includes
 
 AM_CXXFLAGS = -I$(top_srcdir)/includes/
 


hooks/post-receive
-- 
GNU gnutls




reply via email to

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