From 6626bbbab524a1ea01fdf8694d84777790b98757 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 19 Dec 2000 21:24:41 +0000 Subject: Compiles again --- mpi/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'mpi/Makefile.am') diff --git a/mpi/Makefile.am b/mpi/Makefile.am index a9df442e..25041e87 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)/gcrypt +INCLUDES = -I$(top_srcdir)/src CFLAGS = @CFLAGS@ @MPI_OPT_FLAGS@ ASFLAGS = @MPI_SFLAGS@ @@ -64,5 +64,3 @@ libmpi_la_LIBADD = $(common_asm_objects) @MPI_EXTRA_ASM_OBJS@ # $(CPP) $(INCLUDES) $(DEFS) $< | grep -v '^#' > _$*.s # $(COMPILE) -c _$*.s # mv -f _$*.o $*.o - - -- cgit v1.2.1