diff options
author | Andreas Schneider <asn@cryptomilk.org> | 2018-08-13 12:42:55 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2018-08-13 13:44:58 +0200 |
commit | 8425dce7b27d9e6868735b7ca6dc4e50094af9fa (patch) | |
tree | c327ead80d52031185c7e1190534b3dc250426d7 /libssh_threads.pc.cmake | |
parent | 0be1ae0e3b1e1467180c7548f55154109bfb83d2 (diff) | |
download | libssh-8425dce7b27d9e6868735b7ca6dc4e50094af9fa.tar.gz libssh-8425dce7b27d9e6868735b7ca6dc4e50094af9fa.tar.xz libssh-8425dce7b27d9e6868735b7ca6dc4e50094af9fa.zip |
cmake: Remove obsolete libssh_threads.pc.cmake
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'libssh_threads.pc.cmake')
-rw-r--r-- | libssh_threads.pc.cmake | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libssh_threads.pc.cmake b/libssh_threads.pc.cmake deleted file mode 100644 index 5479c34f..00000000 --- a/libssh_threads.pc.cmake +++ /dev/null @@ -1,6 +0,0 @@ -Name: ${APPLICATION_NAME}_threads -Description: The SSH Library Thread Extension -Version: ${APPLICATION_VERSION} -Libs: -L${LIB_INSTALL_DIR} -lssh_threads -Cflags: -I${INCLUDE_INSTALL_DIR} - |