1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-28 17:47:29 +03:00
Stefan Metzmacher dcc2fe7cb6 r22759: sync lib/talloc with samba4
metze
(This used to be commit 86c510e3198e03ed6efa61b27530bbb008f6802b)
2007-10-10 12:21:54 -05:00

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/