/alps/pcitool

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to pcitool.pc.in

  • Committer: Suren A. Chilingaryan
  • Date: 2015-04-26 23:54:44 UTC
  • Revision ID: csa@suren.me-20150426235444-l9kvuvvfb2ovg8h1
Further adjustments to get ready for independent event plugins

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
prefix=${CMAKE_INSTALL_PREFIX}
 
2
exec_prefix=${BIN_INSTALL_DIR}
 
3
libdir=${LIB_INSTALL_DIR}
 
4
includedir=${INCLUDE_INSTALL_DIR}
 
5
plugindir=${PCILIB_PLUGIN_DIR}
 
6
modeldir=${PCILIB_MODEL_DIR}
 
7
 
 
8
Name: ${TARNAME}
 
9
Description: User-space library to handle PCIe-devices
 
10
Version: ${PACKAGE_VERSION}
 
11
Libs: -L${LIB_INSTALL_DIR} -lpcilib
 
12
Cflags: -I${INCLUDE_INSTALL_DIR}