summaryrefslogtreecommitdiff
path: root/liburiparser.pc.in
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhsoting.net>2019-07-20 08:53:35 +0200
committerJörg Frings-Fürst <debian@jff-webhsoting.net>2019-07-20 08:53:35 +0200
commit63e6ffd8dd8412282e1beccb9a01e33aa57c13f0 (patch)
treef489a0246d74ed4b63c39eff4e6c72f9d5bd862a /liburiparser.pc.in
parentd289e0569e0317ffd228d8d0bf9f4a7a7a4fc41c (diff)
parent1bd65df2de001b173a8d6a08397043225ad115ad (diff)
Merge branch 'release/debian/0.9.3-1'debian/0.9.3-1
Diffstat (limited to 'liburiparser.pc.in')
-rw-r--r--liburiparser.pc.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/liburiparser.pc.in b/liburiparser.pc.in
index 40fde70..22c7c95 100644
--- a/liburiparser.pc.in
+++ b/liburiparser.pc.in
@@ -1,12 +1,12 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=@CMAKE_INSTALL_PREFIX@
+libdir=@CMAKE_INSTALL_FULL_LIBDIR@
+includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
Name: liburiparser
Description: URI parsing and handling library
-Version: @VERSION@
+Version: @PROJECT_VERSION@
URL: https://uriparser.github.io/
Libs: -L${libdir} -luriparser
Cflags: -I${includedir}