summaryrefslogtreecommitdiff
path: root/mpi
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1998-02-09 17:43:40 +0000
committerWerner Koch <wk@gnupg.org>1998-02-09 17:43:40 +0000
commita7f3283cc053fff72bb81c230504bbd9d675de1d (patch)
tree3e9b3358b3d47fe0f29edfaaf076d2be682f0a5e /mpi
parentfeed036076d2f9b6bfdbef9d607f00c88964d60f (diff)
downloadlibgcrypt-a7f3283cc053fff72bb81c230504bbd9d675de1d.tar.gz
release 0.2.3
Diffstat (limited to 'mpi')
-rw-r--r--mpi/Makefile.am2
-rw-r--r--mpi/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/mpi/Makefile.am b/mpi/Makefile.am
index 3c4995cc..1c32e131 100644
--- a/mpi/Makefile.am
+++ b/mpi/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-INCLUDES = -I.. -I$(top_srcdir)/include
+INCLUDES = -I$(top_srcdir)/include
CFLAGS += -O2
SUFFIXES = .S .s
diff --git a/mpi/Makefile.in b/mpi/Makefile.in
index c9ae7cfd..aae7160c 100644
--- a/mpi/Makefile.in
+++ b/mpi/Makefile.in
@@ -86,7 +86,7 @@ POSUB = @POSUB@
RANLIB = @RANLIB@
VERSION = @VERSION@
-INCLUDES = -I.. -I$(top_srcdir)/include
+INCLUDES = -I$(top_srcdir)/include
SUFFIXES = .S .s