From da465b38e2f34eb346b19f1d242f5f692bf88086 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Sat, 2 Jul 2005 14:35:30 +0000 Subject: [PATCH] Fix typo This commit was SVN r6279. --- opal/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opal/Makefile.am b/opal/Makefile.am index c33692080f..6d9c350538 100644 --- a/opal/Makefile.am +++ b/opal/Makefile.am @@ -43,7 +43,7 @@ libopal_la_LIBADD = \ mca/mpool/base/libmca_mpool_base.la $(MCA_mpool_STATIC_LTLIBS) \ runtime/libruntime.la \ threads/libthreads.la \ - util/libompiutil.la + util/libopalutil.la libopal_la_DEPENDENCIES = $(libopal_la_LIBADD) # Conditionally install the header files