From ad39dc09d5285622d479df327cda416f3afe04d2 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Sat, 31 Jan 2015 04:35:43 -0800 Subject: [PATCH] oshmem: add missing helpfile to the tarball Note that we have to use "ompidata" (vs. "oshmemdata") in the Makefile.am, because the v1.8 tree doesn't have definitions of "oshmemdata". The master branch defines "oshmemdata", but this set of configury/Makefile.am updates were not brought over to v1.8). --- oshmem/mca/sshmem/base/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/oshmem/mca/sshmem/base/Makefile.am b/oshmem/mca/sshmem/base/Makefile.am index 79b11b1269..6f1068b186 100644 --- a/oshmem/mca/sshmem/base/Makefile.am +++ b/oshmem/mca/sshmem/base/Makefile.am @@ -1,5 +1,6 @@ # Copyright (c) 2014 Mellanox Technologies, Inc. # All rights reserved. +# Copyright (c) 2015 Cisco Systems, Inc. All rights reserved. # $COPYRIGHT$ # # Additional copyrights may follow @@ -7,6 +8,8 @@ # $HEADER$ # +dist_ompidata_DATA = base/help-oshmem-sshmem.txt + headers += \ base/base.h