lib/tdb: sync build system changes and python code from samba4 s3-rename
authorStefan Metzmacher <metze@samba.org>
Sun, 14 Sep 2008 17:21:54 +0000 (19:21 +0200)
committerStefan Metzmacher <metze@samba.org>
Sun, 14 Sep 2008 17:23:00 +0000 (19:23 +0200)
commit4f2b99646bb88bbae2fb84b7199cab607577b3db
tree8f31e25db29fa1fab032b64d0bbdbd82df0fb75d
parentbedd2710fb645cfcc18fe08fdae2aaa8c709be3b
lib/tdb: sync build system changes and python code from samba4

metze
(This used to be commit bdb8ed24488fd87cd30dd18744feeef0bd4b2c18)
16 files changed:
source3/lib/tdb/Makefile.in
source3/lib/tdb/autogen.sh
source3/lib/tdb/config.mk
source3/lib/tdb/configure.ac
source3/lib/tdb/libtdb.m4
source3/lib/tdb/python.mk [new file with mode: 0644]
source3/lib/tdb/python/tdbdump.py [new file with mode: 0644]
source3/lib/tdb/python/tests/simple.py [new file with mode: 0644]
source3/lib/tdb/rules.mk [new file with mode: 0644]
source3/lib/tdb/swig/Tdb.py [deleted file]
source3/lib/tdb/swig/tdb.i [deleted file]
source3/lib/tdb/tdb.i [new file with mode: 0644]
source3/lib/tdb/tdb.mk [new file with mode: 0644]
source3/lib/tdb/tdb.pc.in
source3/lib/tdb/tdb.py [new file with mode: 0644]
source3/lib/tdb/tdb_wrap.c [new file with mode: 0644]