chiark / gitweb /
Merge branch 'master' of git.distorted.org.uk:~mdw/publish/public-git/mLib
[mLib] / mLib.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: mLib
7 Description: A library of miscellaneous stuff
8 Version: @VERSION@
9 Libs: -L${libdir} -lmLib
10 Cflags: -I${includedir}