File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
opal/mca/pmix/pmix2x/pmix/src Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 1111# All rights reserved.
1212# Copyright (c) 2006-2016 Cisco Systems, Inc. All rights reserved.
1313# Copyright (c) 2012-2013 Los Alamos National Security, Inc. All rights reserved.
14- # Copyright (c) 2013-2016 Intel, Inc. All rights reserved
14+ # Copyright (c) 2013-2017 Intel, Inc. All rights reserved.
1515# $COPYRIGHT$
1616#
1717# Additional copyrights may follow
@@ -49,10 +49,22 @@ libpmix_la_LIBADD = \
4949libpmix_la_DEPENDENCIES = $(libpmix_la_LIBADD )
5050
5151if PMIX_EMBEDDED_MODE
52+
53+ if WANT_INSTALL_HEADERS
54+
55+ # retain output of pmix library
56+ lib_LTLIBRARIES = libpmix.la
57+ libpmix_la_SOURCES = $(headers ) $(sources )
58+ libpmix_la_LDFLAGS = -version-info $(libpmix_so_version )
59+
60+ else
61+
5262noinst_LTLIBRARIES = libpmix.la
5363libpmix_la_SOURCES = $(headers ) $(sources )
5464libpmix_la_LDFLAGS =
5565
66+ endif
67+
5668else
5769
5870lib_LTLIBRARIES = libpmix.la
You can’t perform that action at this time.
0 commit comments