1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-01 21:18:10 +03:00
samba-mirror/source4/lib/talloc/talloc.pc.in
Jelmer Vernooij 9ced235dab r6478: Add 'make install' and a pkg-config file
(This used to be commit c8e1b75427)
2007-10-10 13:16:18 -05:00

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@