From d7383d7eedbe6a667b706bd90187caed721f9463 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 24 Mar 2003 08:46:11 +0000 Subject: Make use of AM_CFLAGS. --- mpi/ChangeLog | 6 +++++- mpi/Makefile.am | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/mpi/ChangeLog b/mpi/ChangeLog index 8a1c531a7..7ca083da0 100644 --- a/mpi/ChangeLog +++ b/mpi/ChangeLog @@ -1,3 +1,7 @@ +2003-03-24 Werner Koch + + * Makefile.am: Make use of AM_CFLAGS. + 2002-11-16 David Shaw * config.links: Use OpenBSD/NetBSD powerpc assembler code for @@ -382,7 +386,7 @@ Mon Feb 16 13:00:27 1998 Werner Koch (wk@isil.d.shuttle.de) - Copyright 1998, 1999, 2000, 2001 Free Software Foundation, Inc. + Copyright 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc. This file is free software; as a special exception the author gives unlimited permission to copy and/or distribute it, with or without diff --git a/mpi/Makefile.am b/mpi/Makefile.am index 56cf47a52..7551a8b5c 100644 --- a/mpi/Makefile.am +++ b/mpi/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. +# Copyright (C) 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc. # # This file is part of GnuPG. # @@ -20,7 +20,7 @@ INCLUDES = -I.. -I$(top_srcdir)/include -CFLAGS = @CFLAGS@ @MPI_OPT_FLAGS@ +AM_CFLAGS = @MPI_OPT_FLAGS@ ASFLAGS = @MPI_SFLAGS@ EXTRA_DIST = config.links -- cgit v1.2.3