From 315a2408993e1ecdacfe80bd41235c6ee988955c Mon Sep 17 00:00:00 2001 From: Nadezhda Kogteva Date: Tue, 2 Dec 2014 12:22:46 +0200 Subject: [PATCH] Timing framework: pack timing scripts to tarball always --- ompi/tools/mpisync/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ompi/tools/mpisync/Makefile.am b/ompi/tools/mpisync/Makefile.am index 1f1bb5e02c..e7ced3c7b2 100644 --- a/ompi/tools/mpisync/Makefile.am +++ b/ompi/tools/mpisync/Makefile.am @@ -44,16 +44,16 @@ AM_CFLAGS = \ include $(top_srcdir)/Makefile.ompi-rules -if OPAL_INSTALL_TIMING_BINARIES - -bin_PROGRAMS = mpisync -bin_SCRIPTS = mpirun_prof ompi_timing_post - man_pages = mpisync.1 EXTRA_DIST = $(man_pages:.1=.1in)\ mpirun_prof \ ompi_timing_post +if OPAL_INSTALL_TIMING_BINARIES + +bin_PROGRAMS = mpisync +bin_SCRIPTS = mpirun_prof ompi_timing_post + nodist_man_MANS = $(man_pages) $(nodist_man_MANS): $(top_builddir)/opal/include/opal_config.h