diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2012-02-27 14:15:47 +1030 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2012-02-27 06:59:58 +0100 |
commit | 90c03ccf4c7bb33ac8b6c1338ec97642bcf8251b (patch) | |
tree | e5cd2dbf90e48ada8f5db033fb4e13c698b5b451 /lib/tdb2 | |
parent | 47c62eeb68b95d0505936bf1e63b36f18ac1f2b2 (diff) | |
download | samba-90c03ccf4c7bb33ac8b6c1338ec97642bcf8251b.tar.gz samba-90c03ccf4c7bb33ac8b6c1338ec97642bcf8251b.tar.bz2 samba-90c03ccf4c7bb33ac8b6c1338ec97642bcf8251b.zip |
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 <rusty@rustcorp.com.au>
Autobuild-User: Rusty Russell <rusty@rustcorp.com.au>
Autobuild-Date: Mon Feb 27 06:59:58 CET 2012 on sn-devel-104
Diffstat (limited to 'lib/tdb2')
-rw-r--r-- | lib/tdb2/tdb.pc.in (renamed from lib/tdb2/tdb2.pc.in) | 0 | ||||
-rw-r--r-- | lib/tdb2/wscript | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdb2/tdb2.pc.in b/lib/tdb2/tdb.pc.in index 75e69d7363..75e69d7363 100644 --- a/lib/tdb2/tdb2.pc.in +++ b/lib/tdb2/tdb.pc.in 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', |