mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
6c9ace27c5
We also use the major and minor versions in the TALLOC_MAGIC, so that we can detect if two conflicting versions of talloc are loaded in one process. In this case we use talloc_log() to output a very useful debug message before we call talloc_abort(). metze
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/
|