]> git.ozlabs.org Git - ccan/blobdiff - ccan_tools/talloc/talloc.pc
Removed ccan_tools versions of talloc and libtap in favor of ccan ones.
[ccan] / ccan_tools / talloc / talloc.pc
diff --git a/ccan_tools/talloc/talloc.pc b/ccan_tools/talloc/talloc.pc
deleted file mode 100644 (file)
index 0e6ca9d..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-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/