1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-21 14:47:03 +01:00

Replaced INCLUDES by AM_CPPFLAGS.

This commit is contained in:
Werner Koch 2004-02-12 09:29:00 +00:00
parent e99475d59e
commit 70631cf0df
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2004-02-12 Werner Koch <wk@gnupg.org>
* Makefile.am: Replaced INCLUDES by AM_CPPFLAGS.
2004-01-05 Werner Koch <wk@gnupg.org>
* argparse.c (strusage): Changed default copyright year to 2004.

View File

@ -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