Skip to content

Commit 565e5b5

Browse files
committed
hwloc: re-enable use of autogen.pl in a tarball
Commit fec519a 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 <[email protected]> (cherry picked from commit b8dfd49)
1 parent 357ef59 commit 565e5b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

opal/mca/hwloc/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
# $HEADER$
1010
#
1111

12+
EXTRA_DIST = autogen.options
13+
1214
# main library setup
1315
noinst_LTLIBRARIES = libmca_hwloc.la
1416
libmca_hwloc_la_SOURCES =

0 commit comments

Comments
 (0)