diff options
author | Werner Koch <wk@gnupg.org> | 1998-02-09 18:43:42 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1998-02-09 18:43:42 +0100 |
commit | d6fa02add60c1d9ef6c7c576de3beb0a5debfade (patch) | |
tree | 4d33ad9fa6f8013b274ecb0dfe36cab7b15b47eb /mpi | |
parent | removed aclocal (diff) | |
download | gnupg2-d6fa02add60c1d9ef6c7c576de3beb0a5debfade.tar.xz gnupg2-d6fa02add60c1d9ef6c7c576de3beb0a5debfade.zip |
release 0.2.3
Diffstat (limited to '')
-rw-r--r-- | mpi/Makefile.am | 2 | ||||
-rw-r--r-- | mpi/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mpi/Makefile.am b/mpi/Makefile.am index 3c4995cc4..1c32e1312 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 c9ae7cfd0..aae7160c0 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 |