summaryrefslogtreecommitdiffstats
path: root/fastwriter.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'fastwriter.pc.in')
-rw-r--r--fastwriter.pc.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/fastwriter.pc.in b/fastwriter.pc.in
index ceaa4d6..59a7a70 100644
--- a/fastwriter.pc.in
+++ b/fastwriter.pc.in
@@ -1,10 +1,10 @@
prefix=${CMAKE_INSTALL_PREFIX}
-exec_prefix=${BIN_INSTALL_DIR}
-libdir=${LIB_INSTALL_DIR}
-includedir=${INCLUDE_INSTALL_DIR}
+exec_prefix=${CMAKE_INSTALL_FULL_BINDIR}
+libdir=${CMAKE_INSTALL_FULL_LIBDIR}
+includedir=${CMAKE_INSTALL_FULL_INCLUDEDIR}
Name: ${TARNAME}
Description: Fast Streaming Storage Library
Version: ${PACKAGE_VERSION}
-Libs: -L${LIB_INSTALL_DIR} -lfastwriter
-Cflags: -I${INCLUDE_INSTALL_DIR}
+Libs: -L${CMAKE_INSTALL_FULL_LIBDIR} -lfastwriter
+Cflags: -I${CMAKE_INSTALL_FULL_INCLUDEDIR}