build: Use the same name for static and shared library.

This commit is contained in:
Andreas Schneider
2010-12-10 20:00:23 +01:00
parent 038c764055
commit ef1cfbea70

View File

@@ -188,6 +188,8 @@ if (WITH_STATIC_LIB)
${LIBRARY_VERSION}
SOVERSION
${LIBRARY_SOVERSION}
OUTPUT_NAME
ssh
COMPILE_FLAGS
"-DLIBSSH_STATIC"
)