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