File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
opal/mca/pmix/pmix112/pmix/include Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 11#
22# Copyright 2015 Intel, Inc. All rights reserved
3+ # Copyright 2016 Research Organization for Information Science
4+ # and Technology (RIST). All rights reserved.
35#
46# $COPYRIGHT$
57#
@@ -25,8 +27,7 @@ headers += \
2527 include/private/pmix_socket_errno.h \
2628 include/private/pmix_stdint.h \
2729 include/private/prefetch.h \
28- include/private/types.h \
29- include/private/autogen/config.h
30+ include/private/types.h
3031include_pmixdir = $(includedir ) /pmix
3132include_pmix_HEADERS = \
3233 include/pmix/rename.h \
@@ -38,5 +39,8 @@ include_pmix_autogen_HEADERS = \
3839 include/pmix/autogen/pmix_config_bottom.h
3940nodist_include_pmix_autogen_HEADERS = \
4041 include/pmix/autogen/config.h
42+ include_private_autogendir = $(includedir ) /private/autogen
43+ nodist_include_private_autogen_HEADERS = \
44+ include/private/autogen/config.h
4145
4246endif ! PMIX_EMBEDDED_MODE
You can’t perform that action at this time.
0 commit comments