aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cynapses.org>2010-12-10 20:00:23 +0100
committerAndreas Schneider <asn@cynapses.org>2010-12-10 20:00:23 +0100
commitef1cfbea70be15ec318e97e2293b6466b7032fbc (patch)
treedac88f07f013c5505d1a2f1832edf829b34064c3 /src
parent038c764055b84430a85ffdb893206dea24dafe28 (diff)
downloadlibssh-ef1cfbea70be15ec318e97e2293b6466b7032fbc.tar.gz
libssh-ef1cfbea70be15ec318e97e2293b6466b7032fbc.tar.xz
libssh-ef1cfbea70be15ec318e97e2293b6466b7032fbc.zip
build: Use the same name for static and shared library.
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 48b0501..e8516f0 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -188,6 +188,8 @@ if (WITH_STATIC_LIB)
${LIBRARY_VERSION}
SOVERSION
${LIBRARY_SOVERSION}
+ OUTPUT_NAME
+ ssh
COMPILE_FLAGS
"-DLIBSSH_STATIC"
)