Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

pmix: do not include automatically generated include/private/autogen/… #927

Merged
merged 2 commits into from
Feb 4, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions opal/mca/pmix/pmix112/pmix/include/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#
# Copyright 2015 Intel, Inc. All rights reserved
# Copyright 2016 Research Organization for Information Science
# and Technology (RIST). All rights reserved.
#
# $COPYRIGHT$
#
Expand All @@ -25,8 +27,7 @@ headers += \
include/private/pmix_socket_errno.h \
include/private/pmix_stdint.h \
include/private/prefetch.h \
include/private/types.h \
include/private/autogen/config.h
include/private/types.h
include_pmixdir = $(includedir)/pmix
include_pmix_HEADERS = \
include/pmix/rename.h \
Expand All @@ -38,5 +39,8 @@ include_pmix_autogen_HEADERS = \
include/pmix/autogen/pmix_config_bottom.h
nodist_include_pmix_autogen_HEADERS = \
include/pmix/autogen/config.h
include_private_autogendir = $(includedir)/private/autogen
nodist_include_private_autogen_HEADERS = \
include/private/autogen/config.h

endif ! PMIX_EMBEDDED_MODE