From 2b0cd649b7e9b6e860417ac3d948c8888ab05551 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Wed, 21 Apr 2004 00:14:57 +0000 Subject: [PATCH] Also link in the newly-created libop.la This commit was SVN r1067. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 42ad1efb0c..fed33ae8a4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -48,6 +48,7 @@ libmpi_la_LIBADD = \ mca/libmca.la \ mem/libmem.la \ mpi/libmpi_bindings.la \ + op/libop.la \ proc/libproc.la \ request/librequest.la \ runtime/libruntime.la \