summaryrefslogtreecommitdiffstats
path: root/libvncclient.pc.cmakein
diff options
context:
space:
mode:
authorChristian Beier <[email protected]>2017-01-02 20:07:57 +0100
committerChristian Beier <[email protected]>2017-01-02 20:07:57 +0100
commitcc835fa938a8a4d3dd13a4f71ecd38ed9a2b82e9 (patch)
tree1bd9e8dc9c840782136dd3065c754ced59e7c315 /libvncclient.pc.cmakein
parent2f54d3ef628e814c52126de026c976048af6dd78 (diff)
downloadlibtdevnc-cc835fa938a8a4d3dd13a4f71ecd38ed9a2b82e9.tar.gz
libtdevnc-cc835fa938a8a4d3dd13a4f71ecd38ed9a2b82e9.zip
CMake: generate and install pkgconfig files.
Diffstat (limited to 'libvncclient.pc.cmakein')
-rw-r--r--libvncclient.pc.cmakein12
1 files changed, 6 insertions, 6 deletions
diff --git a/libvncclient.pc.cmakein b/libvncclient.pc.cmakein
index 37495e7..169a8b7 100644
--- a/libvncclient.pc.cmakein
+++ b/libvncclient.pc.cmakein
@@ -1,14 +1,14 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=@CMAKE_INSTALL_PREFIX@
+libdir=@CMAKE_INSTALL_PREFIX@/lib
+includedir=@CMAKE_INSTALL_PREFIX@/include
Name: LibVNCClient
Description: A library for easy implementation of a VNC client.
-Version: @VERSION@
+Version: @PACKAGE_VERSION@
Requires:
Requires.private: zlib
Libs: -L${libdir} -lvncclient
-Libs.private: @LIBS@ @WSOCKLIB@
+Libs.private: @PRIVATE_LIBS@
Cflags: -I${includedir}