From 1868364c856446f43fc19bc5e228b97561714f7a Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Thu, 5 Aug 2004 18:59:32 +0000 Subject: [PATCH] * Make sure the .h file makes it into the dist tarball This commit was SVN r1904. --- src/mca/llm/hostfile/src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mca/llm/hostfile/src/Makefile.am b/src/mca/llm/hostfile/src/Makefile.am index e9efee4733..1d93e139fd 100644 --- a/src/mca/llm/hostfile/src/Makefile.am +++ b/src/mca/llm/hostfile/src/Makefile.am @@ -10,6 +10,7 @@ AM_CPPFLAGS = \ noinst_LTLIBRARIES = libmca_llm_hostfile.la libmca_llm_hostfile_la_SOURCES = \ llm_hostfile.c \ + llm_hostfile.h \ llm_hostfile_component.c \ llm_hostfile_allocate.c \ llm_hostfile_deallocate.c