diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2015-05-05 17:09:46 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2015-05-05 17:09:46 +0200 |
commit | c39ac7a604d9f01f602f88f5770b5832e79fcdde (patch) | |
tree | ab82c625a8c458d3e5e4e6b65c030867cc486d0e /misc/pcitool.pc.in | |
parent | 8ba31d8601b157ada318ca60fcb094244807d421 (diff) | |
download | pcitool-c39ac7a604d9f01f602f88f5770b5832e79fcdde.tar.gz pcitool-c39ac7a604d9f01f602f88f5770b5832e79fcdde.tar.bz2 pcitool-c39ac7a604d9f01f602f88f5770b5832e79fcdde.tar.xz pcitool-c39ac7a604d9f01f602f88f5770b5832e79fcdde.zip |
Add doxygen configuration
Diffstat (limited to 'misc/pcitool.pc.in')
-rw-r--r-- | misc/pcitool.pc.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/pcitool.pc.in b/misc/pcitool.pc.in new file mode 100644 index 0000000..7261c5f --- /dev/null +++ b/misc/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} |