summaryrefslogtreecommitdiffstats
path: root/fastwriter.pc.in
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2011-12-13 14:57:51 +0100
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2011-12-13 14:57:51 +0100
commita77e7147c1814b4ed19d6abce417c8d8c627cc32 (patch)
tree0827dabe5bea4a5bb26199675e3a4fa52c2905fd /fastwriter.pc.in
downloadfastwriter-a77e7147c1814b4ed19d6abce417c8d8c627cc32.tar.gz
fastwriter-a77e7147c1814b4ed19d6abce417c8d8c627cc32.tar.bz2
fastwriter-a77e7147c1814b4ed19d6abce417c8d8c627cc32.tar.xz
fastwriter-a77e7147c1814b4ed19d6abce417c8d8c627cc32.zip
Initial release
Diffstat (limited to 'fastwriter.pc.in')
-rw-r--r--fastwriter.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/fastwriter.pc.in b/fastwriter.pc.in
new file mode 100644
index 0000000..ceaa4d6
--- /dev/null
+++ b/fastwriter.pc.in
@@ -0,0 +1,10 @@
+prefix=${CMAKE_INSTALL_PREFIX}
+exec_prefix=${BIN_INSTALL_DIR}
+libdir=${LIB_INSTALL_DIR}
+includedir=${INCLUDE_INSTALL_DIR}
+
+Name: ${TARNAME}
+Description: Fast Streaming Storage Library
+Version: ${PACKAGE_VERSION}
+Libs: -L${LIB_INSTALL_DIR} -lfastwriter
+Cflags: -I${INCLUDE_INSTALL_DIR}