summaryrefslogtreecommitdiffstats
path: root/build/ck.pc.in
blob: 0f1e93b9e26be1b721116513926ba1cb743db2a8 (plain)
1
2
3
4
5
6
7
8
9
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@