mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
This is based on SAMBA as at revision 2de63aa2801a907905b3e05557074af5b896d486. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (This used to be ctdb commit cecd93be0a0aab868430dd43f8276bfb4e35f02e)
12 lines
275 B
PkgConfig
12 lines
275 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: talloc
|
|
Description: A hierarchical pool based memory system with destructors
|
|
Version: @TALLOC_VERSION@
|
|
Libs: -L${libdir} -ltalloc
|
|
Cflags: -I${includedir}
|
|
URL: http://talloc.samba.org/
|