From 8ea27c0ced1ff3f63c09ddcfc41a7b10d4761df5 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Sat, 18 Oct 2008 11:09:57 +0000 Subject: [PATCH] Add a missing header file to the Makefile.am so that it can be included in the distribution tarball. This commit was SVN r19768. --- orte/mca/iof/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/orte/mca/iof/Makefile.am b/orte/mca/iof/Makefile.am index 75e8776bdd..09dc11d2eb 100644 --- a/orte/mca/iof/Makefile.am +++ b/orte/mca/iof/Makefile.am @@ -9,6 +9,7 @@ # University of Stuttgart. All rights reserved. # Copyright (c) 2004-2005 The Regents of the University of California. # All rights reserved. +# Copyright (c) 2008 Cisco Systems, Inc. All rights reserved. # $COPYRIGHT$ # # Additional copyrights may follow @@ -26,7 +27,7 @@ libmca_iof_la_SOURCES = nobase_orte_HEADERS = # local files -headers = iof.h +headers = iof.h iof_types.h libmca_iof_la_SOURCES += $(headers) # Conditionally install the header files