]> git.ozlabs.org Git - ccan/blob - ccan_tools/talloc/talloc.pc
First cut of hashing routines.
[ccan] / ccan_tools / talloc / talloc.pc
1 prefix=/usr/local
2 exec_prefix=${prefix}
3 libdir=${exec_prefix}/lib
4 includedir=${prefix}/include
5
6 Name: talloc 
7 Description: A hierarchical pool based memory system with destructors
8 Version: 1.1.0
9 Libs: -L${libdir} -ltalloc
10 Cflags: -I${includedir} 
11 URL: http://talloc.samba.org/