summaryrefslogtreecommitdiff
path: root/scripts/pugixml.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/pugixml.pc.in')
-rw-r--r--scripts/pugixml.pc.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/pugixml.pc.in b/scripts/pugixml.pc.in
index 3c97c28..804c4d3 100644
--- a/scripts/pugixml.pc.in
+++ b/scripts/pugixml.pc.in
@@ -1,11 +1,11 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
-includedir=${prefix}/include/pugixml-@PUGIXML_VERSION_STRING@
-libdir=${exec_prefix}/lib/pugixml-@PUGIXML_VERSION_STRING@
+includedir=${prefix}/include@INSTALL_SUFFIX@
+libdir=${exec_prefix}/lib@INSTALL_SUFFIX@
Name: pugixml
Description: Light-weight, simple and fast XML parser for C++ with XPath support.
URL: http://pugixml.org/
Version: @PUGIXML_VERSION_STRING@
Cflags: -I${includedir}
-Libs: -L${libdir} -lpugixml \ No newline at end of file
+Libs: -L${libdir} -lpugixml