From 3ba44badb00f7315dbe30aee7f5b75568fd1b0b7 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 15 Jun 2011 16:15:14 +0200 Subject: [PATCH] build: Fix libssh_threads pkg-config. --- libssh_threads.pc.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}