diff options
author | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2019-07-20 08:53:35 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2019-07-20 08:53:35 +0200 |
commit | 63e6ffd8dd8412282e1beccb9a01e33aa57c13f0 (patch) | |
tree | f489a0246d74ed4b63c39eff4e6c72f9d5bd862a /liburiparser.pc.in | |
parent | d289e0569e0317ffd228d8d0bf9f4a7a7a4fc41c (diff) | |
parent | 1bd65df2de001b173a8d6a08397043225ad115ad (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.in | 10 |
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} |