Long overdue whitespace cleanup.
[checkpath] / checkpath.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5 configdir=@configdir@
6 socketdir=@socketdir@
7
8 Name: Checkpath
9 Description: Check filesystem paths for security problems.
10 Version: @VERSION@
11
12 Requires: mLib >= 2.0.4
13 Libs: -L${libdir} -lcheckpath
14 Cflags: -I${includedir}