lib/tdb: sync build system changes and python code from samba4
commit4ca2b54440e9adc9a12ccc5c9fd1c3012e2a7574
authorStefan Metzmacher <metze@samba.org>
Sun, 14 Sep 2008 17:21:54 +0000 (14 19:21 +0200)
committerStefan Metzmacher <metze@samba.org>
Sun, 14 Sep 2008 18:23:42 +0000 (14 20:23 +0200)
tree2de88d4a23318fc8cb1b37a7b3065eb4fd0197c3
parent1a95c732bd9f3609567b976a4fa1fae44d1f85b7
lib/tdb: sync build system changes and python code from samba4

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