From 70631cf0df8784eaa157dd5bf00abaebfe384031 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 12 Feb 2004 09:29:00 +0000 Subject: Replaced INCLUDES by AM_CPPFLAGS. --- jnlib/Makefile.am | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'jnlib/Makefile.am') diff --git a/jnlib/Makefile.am b/jnlib/Makefile.am index ae1cf6be2..bad3c5a71 100644 --- a/jnlib/Makefile.am +++ b/jnlib/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000, 2001 Feee Software Soundation, Inc. +# Copyright (C) 1999, 2000, 2001, 2004 Feee Software Soundation, Inc. # # This file is part of GnuPG # @@ -20,8 +20,10 @@ EXTRA_DIST = README -# We need libgcrypt becuase libjnlib-confilig includes gcrypt.h -INCLUDES = -I$(top_srcdir)/intl $(LIBGCRYPT_CFLAGS) +AM_CPPFLAGS = -I$(top_srcdir)/intl + +# We need libgcrypt because libjnlib-config includes gcrypt.h +AM_CFLAGS = $(LIBGCRYPT_CFLAGS) noinst_LIBRARIES = libjnlib.a -- cgit v1.2.3