diff options
Diffstat (limited to 'mpi/Makefile.am')
-rw-r--r-- | mpi/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mpi/Makefile.am b/mpi/Makefile.am index 18b5581a7..11b15dd3b 100644 --- a/mpi/Makefile.am +++ b/mpi/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -INCLUDES = -I$(top_srcdir)/include +INCLUDES = -I.. -I$(top_srcdir)/include CFLAGS += -O2 SUFFIXES = .S .s @@ -8,10 +8,10 @@ SUFFIXES = .S .s EXTRA_DIST = config.links -noinst_LIBRARIES = mpi +noinst_LIBRARIES = libmpi.a # noinst_HEADERS = -mpi_SOURCES = longlong.h \ +libmpi_a_SOURCES = longlong.h \ mpi-add.c \ mpi-bit.c \ mpi-cmp.c \ @@ -31,7 +31,7 @@ mpi_SOURCES = longlong.h \ mpih-mul.c \ mpiutil.c -mpi_LIBADD = mpih-mul1.o \ +libmpi_a_LIBADD = mpih-mul1.o \ mpih-mul2.o \ mpih-mul3.o \ mpih-add1.o \ |