summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2016-03-16 18:58:00 +0100
committerSuren A. Chilingaryan <csa@suren.me>2016-03-16 18:58:00 +0100
commitc45ab99e0a9b6e82f10aaedbfbc24b3e02f2a69f (patch)
tree20431bbd5a8d983c5182c9a51fa4c33bff684028
parentb2d8412ac91356dd45e7e0959d6efb6604c9541f (diff)
downloadfastwriter-c45ab99e0a9b6e82f10aaedbfbc24b3e02f2a69f.tar.gz
fastwriter-c45ab99e0a9b6e82f10aaedbfbc24b3e02f2a69f.tar.bz2
fastwriter-c45ab99e0a9b6e82f10aaedbfbc24b3e02f2a69f.tar.xz
fastwriter-c45ab99e0a9b6e82f10aaedbfbc24b3e02f2a69f.zip
Fix pkgconfig
-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}