summaryrefslogtreecommitdiffstats
path: root/talloc/talloc.pc.in
blob: 459cce70b1dcb5814e9a45c4cdb134ca6eb19071 (plain)
1
2
3
4
5
6
7
8
9
10
11
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/