blob: 125977d1931ff2f181b9e99be336e6eade99662d (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
prefix=/usr
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include
Name: talloc
Description: A hierarchical pool based memory system with destructors
Version: 2.0.8
Libs: -Wl,-rpath,/usr/lib -L${libdir} -ltalloc
Cflags: -I${includedir}
URL: http://talloc.samba.org/
|