From 9fec32126e86ef1d46ea3e4cd60782545e6f2d98 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Sat, 14 Aug 2010 12:51:02 +0200 Subject: Fix objdir != srcdir build issue for libgnutlsxx. Reported by "carlo.bramix@libero.it" . --- lib/Makefile.am | 4 ++-- 1 file 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/ -- cgit v1.2.1