1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-04 08:23:50 +03:00
Commit Graph

6 Commits

Author SHA1 Message Date
Stefan Metzmacher
81f50fbc95 r845: convert SUBSYSTEM LIBBASIC to a .mk file
metze
2007-10-10 12:53:54 -05:00
Stefan Metzmacher
520b976216 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
2007-10-10 12:53:45 -05:00
Stefan Metzmacher
c78a2ddb28 r665: merge over the new build system from my tmp branch
to the main SAMBA_4_0 tree.

NOTE: that it's not completely ready, but it's functional:-)

metze
2007-10-10 12:53:36 -05:00
Stefan Metzmacher
afe4dbfea6 move some cryto stuff to lib/crypto/*
metze
-
Stefan Metzmacher
5ebd6fb761 move the tdb lib code to lib/tdb/*
metze
-
Stefan Metzmacher
a25c167b3f move more code to the config.m4 scheme
LIBBASIC, LIBSMB are the new global subsystems

metze
-