From 90c03ccf4c7bb33ac8b6c1338ec97642bcf8251b Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Mon, 27 Feb 2012 14:15:47 +1030 Subject: lib/tdb2: rename tdb2.pc to tdb.pc The library is called tdb, so the pc file must have the same name. Signed-off-by: Rusty Russell Autobuild-User: Rusty Russell Autobuild-Date: Mon Feb 27 06:59:58 CET 2012 on sn-devel-104 --- lib/tdb2/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tdb2/wscript') diff --git a/lib/tdb2/wscript b/lib/tdb2/wscript index a7edda431a..28fda3f97d 100644 --- a/lib/tdb2/wscript +++ b/lib/tdb2/wscript @@ -92,7 +92,7 @@ def build(bld): vnum=VERSION, public_headers='tdb2.h', public_headers_install=not private_library, - pc_files='tdb2.pc', + pc_files='tdb.pc', private_library=private_library) bld.SAMBA_BINARY('tdbtorture', -- cgit