diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2015-05-02 14:46:12 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2015-05-02 14:46:12 +0200 |
commit | 5252a0049e0a509508a8f331222543620db0e6d3 (patch) | |
tree | 8d4b6bb20cbbbcfd8881130a6f6c2cbf2a3d6339 /ipecamera.pc.in | |
parent | 6d3c61711bfe6524272bbde591e3494e0346a7da (diff) | |
download | ipecamera-5252a0049e0a509508a8f331222543620db0e6d3.tar.gz ipecamera-5252a0049e0a509508a8f331222543620db0e6d3.tar.bz2 ipecamera-5252a0049e0a509508a8f331222543620db0e6d3.tar.xz ipecamera-5252a0049e0a509508a8f331222543620db0e6d3.zip |
Provide version information as required by new pcilib interface
Diffstat (limited to 'ipecamera.pc.in')
-rw-r--r-- | ipecamera.pc.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ipecamera.pc.in b/ipecamera.pc.in new file mode 100644 index 0000000..6d34409 --- /dev/null +++ b/ipecamera.pc.in @@ -0,0 +1,10 @@ +prefix=${CMAKE_INSTALL_PREFIX} +exec_prefix=${BIN_INSTALL_DIR} +libdir=${PCILIB_PLUGIN_DIR} +includedir=${INCLUDE_INSTALL_DIR} + +Name: ${TARNAME} +Description: IPECamera event engine for pcilib +Version: ${PACKAGE_VERSION} +Libs: -L${PCILIB_PLUGIN_DIR} -lipecamera +Cflags: -I${INCLUDE_INSTALL_DIR} |