From 05ab9cbaa6a7add391272806657ca82227e32ee8 Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Sun, 21 Jul 2013 19:00:50 +0000 Subject: [PATCH] Need to ship pmi_internal.h This commit was SVN r28891. --- ompi/mca/rte/pmi/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/ompi/mca/rte/pmi/Makefile.am b/ompi/mca/rte/pmi/Makefile.am index 7c3f927abb..86f293086f 100644 --- a/ompi/mca/rte/pmi/Makefile.am +++ b/ompi/mca/rte/pmi/Makefile.am @@ -23,6 +23,7 @@ endif local_sources = \ rte_pmi.h \ + rte_pmi_internal.h \ rte_pmi_coll.c \ rte_pmi_component.c \ rte_pmi_name.c \