From: Simon Josefsson Date: Wed, 2 Jul 2008 18:03:09 +0000 (+0200) Subject: lib/opencdk/Makefile.am (INCLUDES): Rename to `AM_CPPFLAGS'. X-Git-Tag: gnutls_2_5_2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f22bd5b9486e2d6ed64d6f08fc8c65c9fc2a71a7;p=thirdparty%2Fgnutls.git lib/opencdk/Makefile.am (INCLUDES): Rename to `AM_CPPFLAGS'. --- diff --git a/lib/opencdk/Makefile.am b/lib/opencdk/Makefile.am index 4dcfeafdc8..b54ba907fa 100644 --- a/lib/opencdk/Makefile.am +++ b/lib/opencdk/Makefile.am @@ -20,7 +20,7 @@ # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA -INCLUDES = -I$(top_srcdir)/lib \ +AM_CPPFLAGS = -I$(top_srcdir)/lib \ -I$(top_srcdir)/includes -I$(top_builddir)/includes \ -I$(top_srcdir)/lgl -I$(top_builddir)/lgl