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 /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 'pcitool.pc.in')
-rw-r--r-- | pcitool.pc.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/pcitool.pc.in b/pcitool.pc.in deleted file mode 100644 index 7261c5f..0000000 --- a/pcitool.pc.in +++ /dev/null @@ -1,12 +0,0 @@ -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} |