[Lemon-commits] Alpar Juttner: Giving libemon.so a real soname (...

Lemon HG hg at lemon.cs.elte.hu
Mon Jul 7 12:00:10 CEST 2014


details:   http://lemon.cs.elte.hu/hg/lemon/rev/9153e490f09c
changeset: 1314:9153e490f09c
user:      Alpar Juttner <alpar [at] cs.elte.hu>
date:      Fri Jul 04 13:41:22 2014 +0200
description:
	Giving libemon.so a real soname (#482)

diffstat:

 lemon/CMakeLists.txt |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff --git a/lemon/CMakeLists.txt b/lemon/CMakeLists.txt
--- a/lemon/CMakeLists.txt
+++ b/lemon/CMakeLists.txt
@@ -56,7 +56,7 @@
 
 ADD_LIBRARY(lemon ${LEMON_SOURCES})
 IF(UNIX)
-  SET_TARGET_PROPERTIES(lemon PROPERTIES OUTPUT_NAME emon)
+  SET_TARGET_PROPERTIES(lemon PROPERTIES OUTPUT_NAME emon VERSION ${LEMON_VERSION} SOVERSION ${LEMON_VERSION})
 ENDIF()
 
 INSTALL(


More information about the Lemon-commits mailing list