From 5252a0049e0a509508a8f331222543620db0e6d3 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sat, 2 May 2015 14:46:12 +0200 Subject: Provide version information as required by new pcilib interface --- ipecamera.pc.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ipecamera.pc.in (limited to 'ipecamera.pc.in') 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} -- cgit v1.2.3