From: Simon Josefsson Date: Wed, 2 Jul 2008 12:20:39 +0000 (+0200) Subject: Need -I to builddir for gnutls.h. X-Git-Tag: gnutls_2_5_0~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b128eaa7adda697be8f32da59b55d2c3596e025;p=thirdparty%2Fgnutls.git Need -I to builddir for gnutls.h. --- diff --git a/lib/opencdk/Makefile.am b/lib/opencdk/Makefile.am index ae04f7c184..4dcfeafdc8 100644 --- a/lib/opencdk/Makefile.am +++ b/lib/opencdk/Makefile.am @@ -20,7 +20,8 @@ # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA -INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/includes \ +INCLUDES = -I$(top_srcdir)/lib \ + -I$(top_srcdir)/includes -I$(top_builddir)/includes \ -I$(top_srcdir)/lgl -I$(top_builddir)/lgl noinst_LTLIBRARIES = libminiopencdk.la