Skip to content

Commit 73daf58

Browse files
committed
pmix: do not include automatically generated include/private/autogen/config.h into dist tarball
Thanks Siegmar Gross for the initial report of this issue
1 parent ac34c0e commit 73daf58

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

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

Lines changed: 5 additions & 3 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 \
@@ -37,6 +38,7 @@ include_pmix_autogen_HEADERS = \
3738
include/pmix/autogen/pmix_config_top.h \
3839
include/pmix/autogen/pmix_config_bottom.h
3940
nodist_include_pmix_autogen_HEADERS = \
40-
include/pmix/autogen/config.h
41+
include/pmix/autogen/config.h \
42+
include/private/autogen/config.h
4143

4244
endif ! PMIX_EMBEDDED_MODE

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

Lines changed: 5 additions & 3 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 \
@@ -37,6 +38,7 @@ include_pmix_autogen_HEADERS = \
3738
include/pmix/autogen/pmix_config_top.h \
3839
include/pmix/autogen/pmix_config_bottom.h
3940
nodist_include_pmix_autogen_HEADERS = \
40-
include/pmix/autogen/config.h
41+
include/pmix/autogen/config.h \
42+
include/private/autogen/config.h
4143

4244
endif ! PMIX_EMBEDDED_MODE

0 commit comments

Comments
 (0)