Skip to content

Commit 2e0c3c7

Browse files
committed
libompitrace: explicitly set the .so version
Signed-off-by: Jeff Squyres <[email protected]>
1 parent 95dead0 commit 2e0c3c7

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 0:0:0

0 commit comments

Comments
 (0)