From 284328afe33ce70fd43fca7fc7932be0e706936e Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Wed, 31 Aug 2005 11:01:28 +0000 Subject: [PATCH] Add missing .h file so that it is included in the tarball This commit was SVN r7107. --- orte/tools/orterun/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/orte/tools/orterun/Makefile.am b/orte/tools/orterun/Makefile.am index da9b490435..4904cc6082 100644 --- a/orte/tools/orterun/Makefile.am +++ b/orte/tools/orterun/Makefile.am @@ -27,7 +27,8 @@ bin_PROGRAMS = orterun orterun_SOURCES = \ orterun.c \ - totalview.c + totalview.c \ + totalview.h orterun_LDADD = $(libs) orterun_DEPENDENCIES = $(libs)