aboutsummaryrefslogtreecommitdiff
path: root/libssh.pc.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'libssh.pc.cmake')
-rw-r--r--libssh.pc.cmake14
1 files changed, 9 insertions, 5 deletions
diff --git a/libssh.pc.cmake b/libssh.pc.cmake
index b37cb3fc..f288b94d 100644
--- a/libssh.pc.cmake
+++ b/libssh.pc.cmake
@@ -1,6 +1,10 @@
-Name: ${PROJECT_NAME}
-Description: The SSH Library
-Version: ${PROJECT_VERSION}
-Libs: -L${CMAKE_INSTALL_FULL_LIBDIR} -lssh
-Cflags: -I${CMAKE_INSTALL_FULL_INCLUDEDIR}
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=${prefix}
+libdir=@CMAKE_INSTALL_FULL_LIBDIR@
+includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
+Name: @PROJECT_NAME@
+Description: The SSH Library
+Version: @PROJECT_VERSION@
+Libs: -L${libdir} -lssh
+Cflags: -I${includedir}