mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
169f129404
(This used to be ctdb commit eaea8a9fa8d2f5e08f3af619fa1008a663f39053)
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/
|