Skip to content

Commit 66a26c1

Browse files
committed
config/Makefile.am: add missing file to EXTRA_DIST
Add config/extract-3rd-party-configure.pl to EXTRA_DIST so that autogen.pl works in a tarball. Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
1 parent 96d36f6 commit 66a26c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ EXTRA_DIST = \
3333
make_manpage.pl \
3434
md2nroff.pl \
3535
from-savannah/upstream-config.guess \
36-
from-savannah/upstream-config.sub
36+
from-savannah/upstream-config.sub \
37+
extract-3rd-party-configure.pl
3738

3839
maintainer-clean-local:
3940
rm -f opal_get_version.sh

0 commit comments

Comments
 (0)