File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
#
2
2
# Copyright (c) 2014-2017 Intel, Inc. All rights reserved.
3
3
# 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.
6
6
# Copyright (c) 2017 IBM Corporation. All rights reserved.
7
7
# $COPYRIGHT$
8
8
#
@@ -38,15 +38,15 @@ endif
38
38
39
39
mcacomponentdir = $(opallibdir )
40
40
mcacomponent_LTLIBRARIES = $(component_install )
41
- mca_pmix_ext2x_la_SOURCES = $(sources )
41
+ mca_pmix_ext2x_la_SOURCES = $(sources ) $( headers )
42
42
mca_pmix_ext2x_la_CFLAGS = $(opal_pmix_ext2x_CFLAGS )
43
43
mca_pmix_ext2x_la_CPPFLAGS =$(opal_pmix_ext2x_CPPFLAGS )
44
44
mca_pmix_ext2x_la_LDFLAGS = -module -avoid-version $(opal_pmix_ext2x_LDFLAGS )
45
45
mca_pmix_ext2x_la_LIBADD = $(top_builddir ) /opal/lib@OPAL_LIB_PREFIX@open-pal.la \
46
46
$(opal_pmix_ext2x_LIBS )
47
47
48
48
noinst_LTLIBRARIES = $(component_noinst )
49
- libmca_pmix_ext2x_la_SOURCES =$(sources )
49
+ libmca_pmix_ext2x_la_SOURCES =$(sources ) $( headers )
50
50
libmca_pmix_ext2x_la_CFLAGS = $(opal_pmix_ext2x_CFLAGS )
51
51
libmca_pmix_ext2x_la_CPPFLAGS = $(opal_pmix_ext2x_CPPFLAGS )
52
52
libmca_pmix_ext2x_la_LDFLAGS = -module -avoid-version $(opal_pmix_ext2x_LDFLAGS )
You can’t perform that action at this time.
0 commit comments