aboutsummaryrefslogtreecommitdiff
path: root/libssh_threads.pc.cmake
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:51 +0200
commit3ba44badb00f7315dbe30aee7f5b75568fd1b0b7 (patch)
treee48f13b86b4c2ccf9d2f81e33f878d303e389331 /libssh_threads.pc.cmake
parentbcec7eeddcd7fafdd5be5035c8010a34e01c775c (diff)
downloadlibssh-3ba44badb00f7315dbe30aee7f5b75568fd1b0b7.tar.gz
libssh-3ba44badb00f7315dbe30aee7f5b75568fd1b0b7.tar.xz
libssh-3ba44badb00f7315dbe30aee7f5b75568fd1b0b7.zip
build: Fix libssh_threads pkg-config.
Diffstat (limited to 'libssh_threads.pc.cmake')
-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 98902009..5479c34f 100644
--- a/libssh_threads.pc.cmake
+++ b/libssh_threads.pc.cmake
@@ -1,6 +1,6 @@
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}