Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit 71fb5ce

Browse files
authored
Merge pull request #1278 from jsquyres/pr/v2.0.1/libompitrace-so-version
libompitrace: explicitly set the .so version
2 parents c303db9 + 4065536 commit 71fb5ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ompi/contrib/libompitrace/Makefile.am

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# University of Stuttgart. All rights reserved.
1111
# Copyright (c) 2004-2005 The Regents of the University of California.
1212
# All rights reserved.
13-
# Copyright (c) 2009-2010 Cisco Systems, Inc. All rights reserved.
13+
# Copyright (c) 2009-2016 Cisco Systems, Inc. All rights reserved.
1414
# $COPYRIGHT$
1515
#
1616
# Additional copyrights may follow
@@ -41,3 +41,5 @@ libompitrace_la_SOURCES = \
4141
request_free.c \
4242
send.c \
4343
sendrecv.c
44+
45+
libompitrace_la_LDFLAGS = -version-info 20:0:0

0 commit comments

Comments
 (0)