1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-08 19:02:06 +03:00

build: Fix libssh_threads pkg-config.

(cherry picked from commit 269c9fed354f3a8adbc54fccba6287d5b1f166e3)
This commit is contained in:
Andreas Schneider
2011-06-15 16:15:14 +02:00
parent ea84f50603
commit 81332e1e27

View File

@@ -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}