r728: - let libldb_tdb depend on new subsystem LIBTDB
authorStefan Metzmacher <metze@samba.org>
Fri, 14 May 2004 12:09:21 +0000 (12:09 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:53:45 +0000 (12:53 -0500)
commita2273116fbb5890680c11fecba1bfd0026b7dd9b
tree6eae6f6e6b6996dce1dcfce2826fc126f34384aa
parenta07f42b4ffee81e62ea7f586241c97fd5e55a819
r728: - let libldb_tdb depend on new subsystem LIBTDB

- remove tdb logging helper functions out of LIBTDB subsystem

- build libtdb shared lib with 'make library_libtdb'

the libs are not usable for now,

tridge: please remove the dependecy of CatchSignal() and smb_panic()
        from libtdb
maybe use function pointers in the TDB_CONTEXT

then run make library_libtdb
and then make build/tests/trivial.o
and then gcc -o trivial -L./bin -ltdb
and then gcc -o trivial -L./bin -lldb

metze
(This used to be commit 520b9762161d9b5d5223b42910494af80fd5c1e3)
source4/lib/basic.m4
source4/lib/ldb/config.mk
source4/lib/tdb/config.m4 [new file with mode: 0644]
source4/lib/tdb/config.mk [new file with mode: 0644]
source4/lib/tdb/tdb.h
source4/lib/tdb/tdbutil.c
source4/lib/tdb_helper.c [new file with mode: 0644]