mirror of
https://github.com/samba-team/samba.git
synced 2025-01-28 17:47:29 +03:00
dcc2fe7cb6
metze (This used to be commit 86c510e3198e03ed6efa61b27530bbb008f6802b)
12 lines
276 B
PkgConfig
12 lines
276 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: talloc
|
|
Description: A hierarchical pool based memory system with destructors
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -ltalloc
|
|
Cflags: -I${includedir}
|
|
URL: http://talloc.samba.org/
|