diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2015-04-27 01:54:44 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2015-04-27 01:54:44 +0200 |
commit | 8d3ad26d8331c43659d0d4e77e8a50fbc3cfc1e4 (patch) | |
tree | 30c74c76115279cdc15437a07fabd8347ac1fdfd /pcitool.pc.in | |
parent | dcd8ad63316eac672492bc18112bbbb52811c3fc (diff) | |
download | pcitool-8d3ad26d8331c43659d0d4e77e8a50fbc3cfc1e4.tar.gz pcitool-8d3ad26d8331c43659d0d4e77e8a50fbc3cfc1e4.tar.bz2 pcitool-8d3ad26d8331c43659d0d4e77e8a50fbc3cfc1e4.tar.xz pcitool-8d3ad26d8331c43659d0d4e77e8a50fbc3cfc1e4.zip |
Further adjustments to get ready for independent event plugins
Diffstat (limited to 'pcitool.pc.in')
-rw-r--r-- | pcitool.pc.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pcitool.pc.in b/pcitool.pc.in new file mode 100644 index 0000000..7261c5f --- /dev/null +++ b/pcitool.pc.in @@ -0,0 +1,12 @@ +prefix=${CMAKE_INSTALL_PREFIX} +exec_prefix=${BIN_INSTALL_DIR} +libdir=${LIB_INSTALL_DIR} +includedir=${INCLUDE_INSTALL_DIR} +plugindir=${PCILIB_PLUGIN_DIR} +modeldir=${PCILIB_MODEL_DIR} + +Name: ${TARNAME} +Description: User-space library to handle PCIe-devices +Version: ${PACKAGE_VERSION} +Libs: -L${LIB_INSTALL_DIR} -lpcilib +Cflags: -I${INCLUDE_INSTALL_DIR} |