1
1

pmix: do not include automatically generated include/private/autogen/config.h into dist tarball

Thanks Siegmar Gross for the initial report of this issue
Этот коммит содержится в:
Gilles Gouaillardet 2016-01-07 14:43:03 +09:00
родитель ac34c0ec51
Коммит 73daf58ee5
2 изменённых файлов: 10 добавлений и 6 удалений

Просмотреть файл

@ -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$
#
@ -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 \
@ -37,6 +38,7 @@ include_pmix_autogen_HEADERS = \
include/pmix/autogen/pmix_config_top.h \
include/pmix/autogen/pmix_config_bottom.h
nodist_include_pmix_autogen_HEADERS = \
include/pmix/autogen/config.h
include/pmix/autogen/config.h \
include/private/autogen/config.h
endif ! PMIX_EMBEDDED_MODE

Просмотреть файл

@ -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$
#
@ -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 \
@ -37,6 +38,7 @@ include_pmix_autogen_HEADERS = \
include/pmix/autogen/pmix_config_top.h \
include/pmix/autogen/pmix_config_bottom.h
nodist_include_pmix_autogen_HEADERS = \
include/pmix/autogen/config.h
include/pmix/autogen/config.h \
include/private/autogen/config.h
endif ! PMIX_EMBEDDED_MODE