X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan_tools%2Ftalloc%2Ftalloc.pc.in;fp=ccan_tools%2Ftalloc%2Ftalloc.pc.in;h=459cce70b1dcb5814e9a45c4cdb134ca6eb19071;hp=0000000000000000000000000000000000000000;hb=7bbd49fdb03503688dd34ab860e0e02e852ed267;hpb=fdfcdafbfa7957b6ca393bb4000fbaad3813a61a diff --git a/ccan_tools/talloc/talloc.pc.in b/ccan_tools/talloc/talloc.pc.in new file mode 100644 index 00000000..459cce70 --- /dev/null +++ b/ccan_tools/talloc/talloc.pc.in @@ -0,0 +1,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/