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

Commit bfbafee

Browse files
committed
Merge pull request #927 from ggouaillardet/topic/v2.x/pmix_dist
pmix: do not include automatically generated include/private/autogen/…
2 parents 9e3924f + 0dcaa31 commit bfbafee

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

opal/mca/pmix/pmix112/pmix/include/Makefile.am

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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
3031
include_pmixdir = $(includedir)/pmix
3132
include_pmix_HEADERS = \
3233
include/pmix/rename.h \
@@ -38,5 +39,8 @@ include_pmix_autogen_HEADERS = \
3839
include/pmix/autogen/pmix_config_bottom.h
3940
nodist_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

4246
endif ! PMIX_EMBEDDED_MODE

0 commit comments

Comments
 (0)