summaryrefslogtreecommitdiffstats
path: root/build/ck.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'build/ck.pc.in')
-rw-r--r--build/ck.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/build/ck.pc.in b/build/ck.pc.in
new file mode 100644
index 0000000..0f1e93b
--- /dev/null
+++ b/build/ck.pc.in
@@ -0,0 +1,10 @@
+prefix=@PREFIX@
+includedir=@HEADERS@
+libdir=@LIBRARY@
+
+Name: Concurrency Kit
+Description: Toolkit for well-specified design and implementation of concurrent systems
+URL: http://concurrencykit.org/
+Version: @VERSION@
+Libs: -L${libdir} -lck
+Cflags: -D__@PROFILE@__ -I${includedir} @PC_CFLAGS@