r23371: Fix the misleading comment I added - it really *should*
[ira/wip.git] / source / lib / tdb / config.mk
2007-10-10 Stefan Metzmacherr22319: sync lib/tdb/ with samba3
2007-10-10 Stefan Metzmacherr22052: merge tdbtool from samba3 and build it
2007-10-10 Andrew Tridgellr19428: moved tdbutil.c from lib/tdb/common/ to lib...
2007-10-10 Stefan Metzmacherr18213: don't list LIBREPLACE depdendecies explicit and
2007-10-10 Andrew Tridgellr18131: fixed tdb subsystem to use right tdb.h
2007-10-10 Jelmer Vernooijr15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPEN...
2007-10-10 Tim Potterr14968: Move tdb and ldb swig wrappers in to lib/tdb...
2007-10-10 Jelmer Vernooijr14492: Fix shared libs - set SO_VERSION to 0 everywher...
2007-10-10 Jelmer Vernooijr14477: Remove the NOPROTO property - it's no longer...
2007-10-10 Jelmer Vernooijr14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VER...
2007-10-10 Jelmer Vernooijr13960: Generate makefile rules for installing/removing...
2007-10-10 Jelmer Vernooijr12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES...
2007-10-10 Jelmer Vernooijr12254: Add some (hopefully correct) descriptions for...
2007-10-10 Jelmer Vernooijr11303: Support defining and installing public headers...
2007-10-10 Jelmer Vernooijr11300: Treat libraries as a special kind of subsystem
2007-10-10 Jelmer Vernooijr11244: Relative path names in .mk files
2007-10-10 Andrew Tridgellr10405: added transactions into tdb, and hook them...
2007-10-10 Andrew Tridgellr10253: a fairly large tdb cleanup and re-organise...
2007-10-10 Jelmer Vernooijr8966: Simplify the makefile generation system a bit.
2007-10-10 Andrew Tridgellr8442: remove tdbtest from our build. If you want it...
2007-10-10 Stefan Metzmacherr5143: don't generate prototypes for lib/tdb/
2007-10-10 Jelmer Vernooijr3737: - Get rid of the register_subsystem() and regist...
2007-10-10 Jelmer Vernooijr3733: More build system fixes/features:
2007-10-10 Jelmer Vernooijr3730: More build system fixes and simplifications
2007-10-10 Andrew Tridgellr3267: make LIBTDB depend on LIBREPLACE. This is needed...
2007-10-10 Stefan Metzmacherr3091: link only the needed stuff
2007-10-10 Andrew Tridgellr3005: added talloc wrappers around tdb_open() and...
2007-10-10 Stefan Metzmacherr2088: add tdbtorture tdbdump and tdbtest to the build
2007-10-10 Stefan Metzmacherr848: convert lib/tdb into the same layout as lib/ldb
2007-10-10 Stefan Metzmacherr728: - let libldb_tdb depend on new subsystem LIBTDB