diff options
Diffstat (limited to 'mpi/Makefile.am')
-rw-r--r-- | mpi/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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 |