diff options
Diffstat (limited to 'mpi')
-rw-r--r-- | mpi/ChangeLog | 6 | ||||
-rw-r--r-- | 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 <[email protected]> + + * Makefile.am: Make use of AM_CFLAGS. + 2002-11-16 David Shaw <[email protected]> * config.links: Use OpenBSD/NetBSD powerpc assembler code for @@ -382,7 +386,7 @@ Mon Feb 16 13:00:27 1998 Werner Koch ([email protected]) - 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 |