Skip to content

Commit 67402f5

Browse files
committed
pmix/ext2x: add missing header files into the dist tarball
Refs. #5871 Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
1 parent 32682aa commit 67402f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

opal/mca/pmix/ext2x/Makefile.am

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
22
# Copyright (c) 2014-2017 Intel, Inc. All rights reserved.
33
# Copyright (c) 2015 Cisco Systems, Inc. All rights reserved.
4-
# Copyright (c) 2015 Research Organization for Information Science
5-
# and Technology (RIST). All rights reserved.
4+
# Copyright (c) 2015-2018 Research Organization for Information Science
5+
# and Technology (RIST). All rights reserved.
66
# Copyright (c) 2017 IBM Corporation. All rights reserved.
77
# $COPYRIGHT$
88
#
@@ -38,15 +38,15 @@ endif
3838

3939
mcacomponentdir = $(opallibdir)
4040
mcacomponent_LTLIBRARIES = $(component_install)
41-
mca_pmix_ext2x_la_SOURCES = $(sources)
41+
mca_pmix_ext2x_la_SOURCES = $(sources) $(headers)
4242
mca_pmix_ext2x_la_CFLAGS = $(opal_pmix_ext2x_CFLAGS)
4343
mca_pmix_ext2x_la_CPPFLAGS =$(opal_pmix_ext2x_CPPFLAGS)
4444
mca_pmix_ext2x_la_LDFLAGS = -module -avoid-version $(opal_pmix_ext2x_LDFLAGS)
4545
mca_pmix_ext2x_la_LIBADD = $(top_builddir)/opal/lib@OPAL_LIB_PREFIX@open-pal.la \
4646
$(opal_pmix_ext2x_LIBS)
4747

4848
noinst_LTLIBRARIES = $(component_noinst)
49-
libmca_pmix_ext2x_la_SOURCES =$(sources)
49+
libmca_pmix_ext2x_la_SOURCES =$(sources) $(headers)
5050
libmca_pmix_ext2x_la_CFLAGS = $(opal_pmix_ext2x_CFLAGS)
5151
libmca_pmix_ext2x_la_CPPFLAGS = $(opal_pmix_ext2x_CPPFLAGS)
5252
libmca_pmix_ext2x_la_LDFLAGS = -module -avoid-version $(opal_pmix_ext2x_LDFLAGS)

0 commit comments

Comments
 (0)