summaryrefslogtreecommitdiff
path: root/mpi/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2003-01-15 14:02:23 +0000
committerWerner Koch <wk@gnupg.org>2003-01-15 14:02:23 +0000
commit9b8117f58f1bc0365ab13f7d26fdb41cb2414005 (patch)
tree7fa7611e2480d38f3b2bd5fc8fb34dd92a1862c1 /mpi/Makefile.am
parentb72cee46eea13d6f8c9a47703693c809c2f0c65d (diff)
downloadlibgcrypt-9b8117f58f1bc0365ab13f7d26fdb41cb2414005.tar.gz
* longlong.h: Removed some spaces between backslashes and newlines.
Diffstat (limited to 'mpi/Makefile.am')
-rw-r--r--mpi/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpi/Makefile.am b/mpi/Makefile.am
index 7588f1ca..c001a6e5 100644
--- a/mpi/Makefile.am
+++ b/mpi/Makefile.am
@@ -19,10 +19,10 @@
# 1.5 leads to a combinatorial explosion due to all the conditionals
# I was not able to build it with 64Megs - 1.6 fixes this.
-AUTOMAKE_OPTIONS = 1.6
+# not anymore required: AUTOMAKE_OPTIONS = 1.6
INCLUDES = -I$(top_srcdir)/src
-CFLAGS = @CFLAGS@ @MPI_OPT_FLAGS@
+AM_CFLAGS = @MPI_OPT_FLAGS@
ASFLAGS = @MPI_SFLAGS@
# We don't have .S sources listed, so automake does not autocreate these