]> git.ozlabs.org Git - ccan/blobdiff - ccan_tools/talloc/talloc.pc
Include all the tools under ccan_tools dir, hacked to work for me.
[ccan] / ccan_tools / talloc / talloc.pc
diff --git a/ccan_tools/talloc/talloc.pc b/ccan_tools/talloc/talloc.pc
new file mode 100644 (file)
index 0000000..0e6ca9d
--- /dev/null
@@ -0,0 +1,11 @@
+prefix=/usr/local
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: talloc 
+Description: A hierarchical pool based memory system with destructors
+Version: 1.1.0
+Libs: -L${libdir} -ltalloc
+Cflags: -I${includedir} 
+URL: http://talloc.samba.org/