summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-08-14 12:51:02 +0200
committerSimon Josefsson <simon@josefsson.org>2010-08-14 12:51:02 +0200
commit9fec32126e86ef1d46ea3e4cd60782545e6f2d98 (patch)
tree3f08e9ca39b51a277a23485d8360cbb0264f9f03
parent307f5c0e237bd3a73a22bfb53f049cb9d5ce25f4 (diff)
downloadgnutls-9fec32126e86ef1d46ea3e4cd60782545e6f2d98.tar.gz
Fix objdir != srcdir build issue for libgnutlsxx.
Reported by "carlo.bramix@libero.it" <carlo.bramix@libero.it>.
-rw-r--r--lib/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 7180b3cd50..f24901c71c 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/