r4466: rather than defining "STANDALONE" for building tdb, ldb and talloc
authorAndrew Tridgell <tridge@samba.org>
Sat, 1 Jan 2005 05:06:22 +0000 (05:06 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:07:54 +0000 (13:07 -0500)
commitf9e507980e6a3340ae135e81d3106a836116d6b0
tree5d8197633914d86d3a95e6046fa21e235d643347
parentf80ce3ecb9f7ee2ccf5d71970f9c61ccc18e8c76
r4466: rather than defining "STANDALONE" for building tdb, ldb and talloc
outside the tree, instead defined _SAMBA_BUILD_ inside the Samba
build. This makes it easier to pull code out of Samba for external
use.
(This used to be commit 09e98c8745cca7ccb1ad7134c0c09b8e4c0f4f06)
13 files changed:
source4/build/smb_build/makefile.pm
source4/lib/ldb/Makefile.ldb
source4/lib/ldb/common/talloc.c [new file with mode: 0644]
source4/lib/ldb/include/talloc.h [new file with mode: 0644]
source4/lib/ldb/ldb_tdb/ldb_tdb.h
source4/lib/talloc.c
source4/lib/tdb/common/spinlock.c
source4/lib/tdb/common/tdb.c
source4/lib/tdb/tools/tdbbackup.c
source4/lib/tdb/tools/tdbdump.c
source4/lib/tdb/tools/tdbtest.c
source4/lib/tdb/tools/tdbtorture.c
source4/torture/local/talloc.c