From 6548b50fce66ccf0facaa1b8dbb054f84ad89a4a Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Wed, 1 Sep 2004 22:28:23 +0000 Subject: [PATCH] Arrrrgghhh!!! Fix typo. This commit was SVN r2433. --- src/mca/svc/exec/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mca/svc/exec/Makefile.am b/src/mca/svc/exec/Makefile.am index 8a4cf68b6f..e1cd1a083a 100644 --- a/src/mca/svc/exec/Makefile.am +++ b/src/mca/svc/exec/Makefile.am @@ -7,5 +7,5 @@ include $(top_ompi_srcdir)/config/Makefile.options noinst_LTLIBRARIES = libmca_svc_exec.la libmca_svc_exec_la_SOURCES = \ svc_exec.c \ - svn_exec.h \ + svc_exec.h \ svc_exec_component.c