openpmix-src 0.1.0

Vendored build of OpenPMIx, developed for use by the Lamellar runtime.
#
# Copyright (c) 2015-2020 Intel, Inc.  All rights reserved.
#
# Copyright (c) 2021-2022 Nanook Consulting  All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#

# Install the PMIx headers unless told not to

if WANT_PRIMARY_HEADERS

include_HEADERS = \
        pmix.h \
        pmix_server.h \
        pmix_tool.h \
        pmix_deprecated.h

nodist_include_HEADERS = \
    pmix_common.h \
    pmix_version.h

endif