aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-06-15 16:15:14 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-06-15 18:26:33 +0200
commit81332e1e2739b997923dbe4deb07efaf60dd5fe4 (patch)
tree9b255df6b71ea63e54a38b33a66dc8338e91e347
parentea84f50603521cb0fcb04033d3d1557604d16a92 (diff)
downloadlibssh-81332e1e2739b997923dbe4deb07efaf60dd5fe4.tar.gz
libssh-81332e1e2739b997923dbe4deb07efaf60dd5fe4.tar.xz
libssh-81332e1e2739b997923dbe4deb07efaf60dd5fe4.zip
build: Fix libssh_threads pkg-config.
(cherry picked from commit 269c9fed354f3a8adbc54fccba6287d5b1f166e3)
-rw-r--r--libssh_threads.pc.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh_threads.pc.cmake b/libssh_threads.pc.cmake
index 2bbb7f99..29071731 100644
--- a/libssh_threads.pc.cmake
+++ b/libssh_threads.pc.cmake
@@ -1,5 +1,5 @@
Name: ${APPLICATION_NAME}_threads
Description: The SSH Library Thread Extension
Version: ${APPLICATION_VERSION}
-Libs: -L${LIB_INSTALL_DIR} -lssh -lssh_threads
+Libs: -L${LIB_INSTALL_DIR} -lssh_threads
Cflags: -I${INCLUDE_INSTALL_DIR}