From 5cfee95ea4344ab557f1a6eb692cfcccc3f93207 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Tue, 31 May 2016 09:56:12 -0700 Subject: [PATCH] hwloc1113: add missing file to Makefile.am Lack of this file causes a failure when you run autogen.pl on a distribution tarball. Signed-off-by: Jeff Squyres --- opal/mca/hwloc/hwloc1113/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/opal/mca/hwloc/hwloc1113/Makefile.am b/opal/mca/hwloc/hwloc1113/Makefile.am index 6348dd5635..78c39895e2 100644 --- a/opal/mca/hwloc/hwloc1113/Makefile.am +++ b/opal/mca/hwloc/hwloc1113/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (c) 2011-2014 Cisco Systems, Inc. All rights reserved. +# Copyright (c) 2011-2016 Cisco Systems, Inc. All rights reserved. # Copyright (c) 2014-2015 Intel, Inc. All right reserved. # Copyright (c) 2016 Los Alamos National Security, LLC. All rights # reserved. @@ -21,6 +21,7 @@ DISTCLEANFILES = \ # the tarball (in case someone invokes autogen.sh on a dist tarball). EXTRA_DIST = \ hwloc/doc/README.txt \ + hwloc/contrib/systemd/README.txt \ hwloc/tests/README.txt \ hwloc/utils/README.txt