libldb/ldb-2.0.8/lib/talloc/talloc.pc.in

12 lines
287 B
PkgConfig
Raw Normal View History

2020-02-18 15:26:18 +08:00
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: @LIB_RPATH@ -L${libdir} -ltalloc
Cflags: -I${includedir}
URL: http://talloc.samba.org/