mirror of
https://github.com/samba-team/samba.git
synced 2025-01-01 21:18:10 +03:00
9ced235dab
(This used to be commit c8e1b75427
)
11 lines
247 B
PkgConfig
11 lines
247 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: talloc
|
|
Description: A hierarchical pool based memory system with destructors
|
|
Version: 4.0
|
|
Libs: @LIBS@ -L${libdir} -ltalloc
|
|
Cflags: -I${includedir} @CFLAGS@
|