From 6fa5eb9906e9d5f47abd3f704bfe3604171c58ab Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Wed, 16 Mar 2016 20:06:45 +0100 Subject: Use GNUInstallDirs --- ipecamera.pc.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ipecamera.pc.in') diff --git a/ipecamera.pc.in b/ipecamera.pc.in index 6d34409..9ba4da9 100644 --- a/ipecamera.pc.in +++ b/ipecamera.pc.in @@ -1,10 +1,10 @@ prefix=${CMAKE_INSTALL_PREFIX} -exec_prefix=${BIN_INSTALL_DIR} +exec_prefix=${CMAKE_INSTALL_FULL_BINDIR} libdir=${PCILIB_PLUGIN_DIR} -includedir=${INCLUDE_INSTALL_DIR} +includedir=${CMAKE_INSTALL_FULL_INCLUDEDIR} Name: ${TARNAME} Description: IPECamera event engine for pcilib Version: ${PACKAGE_VERSION} Libs: -L${PCILIB_PLUGIN_DIR} -lipecamera -Cflags: -I${INCLUDE_INSTALL_DIR} +Cflags: -I${CMAKE_INSTALL_FULL_INCLUDEDIR} -- cgit v1.2.3