aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/pugixml.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/pugixml.pc.in b/scripts/pugixml.pc.in
index 7958774..cfb81f5 100644
--- a/scripts/pugixml.pc.in
+++ b/scripts/pugixml.pc.in
@@ -1,7 +1,7 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
-includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@@INSTALL_SUFFIX@
-libdir=@CMAKE_INSTALL_FULL_LIBDIR@@INSTALL_SUFFIX@
+includedir=@PUGIXML_PC_INCLUDEDIR@
+libdir=@PUGIXML_PC_LIBDIR@
Name: pugixml
Description: Light-weight, simple and fast XML parser for C++ with XPath support.