From: Simon Josefsson Date: Wed, 2 Jul 2008 12:25:34 +0000 (+0200) Subject: The -I.. needs to point to srcdir. X-Git-Tag: gnutls_2_5_0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=096380edf27b656f83cb35b31aa37fb7ad2ceda4;p=thirdparty%2Fgnutls.git The -I.. needs to point to srcdir. --- diff --git a/tests/pkcs12-decode/Makefile.am b/tests/pkcs12-decode/Makefile.am index f79b813d97..8a62aee767 100644 --- a/tests/pkcs12-decode/Makefile.am +++ b/tests/pkcs12-decode/Makefile.am @@ -1,5 +1,5 @@ ## Process this file with automake to produce Makefile.in -# Copyright (C) 2006 Free Software Foundation +# Copyright (C) 2006, 2008 Free Software Foundation # # Author: Simon Josefsson # @@ -27,7 +27,8 @@ TESTS = pkcs12 pkcs12_s2k check_PROGRAMS = pkcs12_s2k -AM_CPPFLAGS = -I$(top_srcdir)/lgl -I$(top_builddir)/lgl -I.. \ +AM_CPPFLAGS = -I$(top_srcdir)/lgl -I$(top_builddir)/lgl \ + -I$(srcdir)/.. \ -I$(top_srcdir)/gl -I$(top_builddir)/gl \ -I$(top_srcdir)/includes -I$(top_builddir)/includes \ -I$(top_srcdir)/lib \