From dbe5084f8e21565168b83cef17a0dec9032a3f50 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 8 Nov 2006 14:36:30 +0000 Subject: r19636: Add URLs to ldb and talloc pkg-config files. Always build and install .pc files as they make sense for static libs as well. (This used to be commit 82cb91e2dd50899050066cccee82cb5be52ec3fe) --- source4/lib/talloc/talloc.pc.in | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/lib/talloc/talloc.pc.in') diff --git a/source4/lib/talloc/talloc.pc.in b/source4/lib/talloc/talloc.pc.in index 2c2658ddfe..f93036a33d 100644 --- a/source4/lib/talloc/talloc.pc.in +++ b/source4/lib/talloc/talloc.pc.in @@ -8,3 +8,4 @@ Description: A hierarchical pool based memory system with destructors Version: 4.0 Libs: -L${libdir} -ltalloc Cflags: -I${includedir} +URL: http://talloc.samba.org/ -- cgit