gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, gnutls_2_8_x, updated. gnutls_2_8_6-7-g9fec321


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, gnutls_2_8_x, updated. gnutls_2_8_6-7-g9fec321
Date: Sat, 14 Aug 2010 10:51:06 +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=9fec32126e86ef1d46ea3e4cd60782545e6f2d98

The branch, gnutls_2_8_x has been updated
       via  9fec32126e86ef1d46ea3e4cd60782545e6f2d98 (commit)
      from  307f5c0e237bd3a73a22bfb53f049cb9d5ce25f4 (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 9fec32126e86ef1d46ea3e4cd60782545e6f2d98
Author: Simon Josefsson <address@hidden>
Date:   Sat Aug 14 12:51:02 2010 +0200

    Fix objdir != srcdir build issue for libgnutlsxx.
    
    Reported by "address@hidden" <address@hidden>.

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

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

diff --git a/lib/Makefile.am b/lib/Makefile.am
index 7180b3c..f24901c 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,5 +1,5 @@
 ## Process this file with automake to produce Makefile.in
-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 
Free Software Foundation
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 
2010 Free Software Foundation
 #
 # Author: Nikos Mavrogiannopoulos
 #
@@ -138,7 +138,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]