From 681df0089b461d05d12d377ff04e7d14cdc18603 Mon Sep 17 00:00:00 2001 From: Shiqing Fan Date: Tue, 22 Jun 2010 16:45:56 +0000 Subject: [PATCH] Add a few new files into the tarball. This commit was SVN r23297. --- contrib/Makefile.am | 2 ++ orte/mca/ess/slave/Makefile.am | 2 ++ orte/mca/ess/tool/Makefile.am | 2 ++ 3 files changed, 6 insertions(+) diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 21c8229920..805aca101f 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -85,7 +85,9 @@ EXTRA_DIST = \ platform/win32/CMakeModules/f77_check_type.cmake \ platform/win32/CMakeModules/f77_find_ext_symbol_convention.cmake \ platform/win32/CMakeModules/f77_get_alignment.cmake \ + platform/win32/CMakeModules/f77_get_fortran_handle_max.cmake \ platform/win32/CMakeModules/f77_get_sizeof.cmake \ + platform/win32/CMakeModules/f77_get_value_true.cmake \ platform/win32/CMakeModules/find_ccp.cmake \ platform/win32/CMakeModules/find_flex.cmake \ platform/win32/CMakeModules/find_libltdl.cmake \ diff --git a/orte/mca/ess/slave/Makefile.am b/orte/mca/ess/slave/Makefile.am index 4c52a4b67c..8b8ba6e177 100644 --- a/orte/mca/ess/slave/Makefile.am +++ b/orte/mca/ess/slave/Makefile.am @@ -16,6 +16,8 @@ # $HEADER$ # +EXTRA_DIST = .windows + sources = \ ess_slave.h \ ess_slave_component.c \ diff --git a/orte/mca/ess/tool/Makefile.am b/orte/mca/ess/tool/Makefile.am index f4c248db95..783bf503ad 100644 --- a/orte/mca/ess/tool/Makefile.am +++ b/orte/mca/ess/tool/Makefile.am @@ -16,6 +16,8 @@ # $HEADER$ # +EXTRA_DIST = .windows + sources = \ ess_tool.h \ ess_tool_component.c \