]> git.ozlabs.org Git - ccan/blob - ccan_tools/talloc/talloc.pc.in
Avoid hacky recompilation of files to namespacize, use hacky parser
[ccan] / ccan_tools / talloc / talloc.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: talloc 
7 Description: A hierarchical pool based memory system with destructors
8 Version: @PACKAGE_VERSION@
9 Libs: -L${libdir} -ltalloc
10 Cflags: -I${includedir} 
11 URL: http://talloc.samba.org/