diff options
Diffstat (limited to 'ipecamera.pc.in')
-rw-r--r-- | ipecamera.pc.in | 6 |
1 files changed, 3 insertions, 3 deletions
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} |