summaryrefslogtreecommitdiffstats
path: root/pcitool.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'pcitool.pc.in')
-rw-r--r--pcitool.pc.in12
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}