b8dfd49e97
Commit fec519a793
broke the ability to
run autogen.pl in a distribution tarball. This commit restores that
ability by also distributing opal/mca/hwloc/autogen.options in the
tarball.
Skipping CI because CI does not test this functionality:
[skip ci]
bot:notest
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
32 строки
691 B
Makefile
32 строки
691 B
Makefile
#
|
|
# Copyright (c) 2011-2017 Cisco Systems, Inc. All rights reserved
|
|
# Copyright (c) 2016 Research Organization for Information Science
|
|
# and Technology (RIST). All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
EXTRA_DIST = autogen.options
|
|
|
|
# main library setup
|
|
noinst_LTLIBRARIES = libmca_hwloc.la
|
|
libmca_hwloc_la_SOURCES =
|
|
|
|
# local files
|
|
headers = hwloc-internal.h
|
|
libmca_hwloc_la_SOURCES += $(headers)
|
|
|
|
# Conditionally install the header files
|
|
if WANT_INSTALL_HEADERS
|
|
opaldir = $(opalincludedir)/$(subdir)
|
|
nobase_opal_HEADERS = $(headers)
|
|
endif
|
|
|
|
include base/Makefile.am
|
|
|
|
distclean-local:
|
|
rm -f base/static-components.h
|