summaryrefslogtreecommitdiff
path: root/check.pc.in
blob: 0d84bf6b92b46f863f2795b78172cfe0f7ffa34a (plain)
1
2
3
4
5
6
7
8
9
10
11
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: Check
Description: A unit test framework for C
URL: http://check.sourceforge.net
Version: @VERSION@
Libs: -L${libdir} -lcheck
Cflags: -I${includedir}