File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
#
2
2
# Copyright 2015 Intel, Inc. All rights reserved
3
+ # Copyright 2016 Research Organization for Information Science
4
+ # and Technology (RIST). All rights reserved.
3
5
#
4
6
# $COPYRIGHT$
5
7
#
@@ -25,8 +27,7 @@ headers += \
25
27
include/private/pmix_socket_errno.h \
26
28
include/private/pmix_stdint.h \
27
29
include/private/prefetch.h \
28
- include/private/types.h \
29
- include/private/autogen/config.h
30
+ include/private/types.h
30
31
include_pmixdir = $(includedir ) /pmix
31
32
include_pmix_HEADERS = \
32
33
include/pmix/rename.h \
@@ -37,6 +38,7 @@ include_pmix_autogen_HEADERS = \
37
38
include/pmix/autogen/pmix_config_top.h \
38
39
include/pmix/autogen/pmix_config_bottom.h
39
40
nodist_include_pmix_autogen_HEADERS = \
40
- include/pmix/autogen/config.h
41
+ include/pmix/autogen/config.h \
42
+ include/private/autogen/config.h
41
43
42
44
endif ! PMIX_EMBEDDED_MODE
Original file line number Diff line number Diff line change 1
1
#
2
2
# Copyright 2015 Intel, Inc. All rights reserved
3
+ # Copyright 2016 Research Organization for Information Science
4
+ # and Technology (RIST). All rights reserved.
3
5
#
4
6
# $COPYRIGHT$
5
7
#
@@ -25,8 +27,7 @@ headers += \
25
27
include/private/pmix_socket_errno.h \
26
28
include/private/pmix_stdint.h \
27
29
include/private/prefetch.h \
28
- include/private/types.h \
29
- include/private/autogen/config.h
30
+ include/private/types.h
30
31
include_pmixdir = $(includedir ) /pmix
31
32
include_pmix_HEADERS = \
32
33
include/pmix/rename.h \
@@ -37,6 +38,7 @@ include_pmix_autogen_HEADERS = \
37
38
include/pmix/autogen/pmix_config_top.h \
38
39
include/pmix/autogen/pmix_config_bottom.h
39
40
nodist_include_pmix_autogen_HEADERS = \
40
- include/pmix/autogen/config.h
41
+ include/pmix/autogen/config.h \
42
+ include/private/autogen/config.h
41
43
42
44
endif ! PMIX_EMBEDDED_MODE
You can’t perform that action at this time.
0 commit comments