From c45ab99e0a9b6e82f10aaedbfbc24b3e02f2a69f Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Wed, 16 Mar 2016 18:58:00 +0100 Subject: Fix pkgconfig --- fastwriter.pc.in | 10 +++++----- 1 file 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} -- cgit v1.2.1