From 8d3ad26d8331c43659d0d4e77e8a50fbc3cfc1e4 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Mon, 27 Apr 2015 01:54:44 +0200 Subject: Further adjustments to get ready for independent event plugins --- pcitool.pc.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pcitool.pc.in (limited to 'pcitool.pc.in') 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} -- cgit v1.2.3