Avoid using setup.py for intsallation.
[jelmer/samba4-debian.git] / source / lib / tdb / Makefile.in
2008-02-12 Jelmer VernooijAvoid using setup.py for intsallation.
2008-02-11 Jelmer VernooijManually compile python files rather than using setup.py.
2008-02-11 Jelmer VernooijFix out of tree builds.
2008-02-11 Jelmer VernooijSplit actual content out of tdb Makefile into a separat...
2008-02-11 Jelmer VernooijSplit rules out of tdb Makefile.
2008-01-10 Andrew BartlettMerge commit 'origin/v4-0-test' into 4-0-local
2008-01-10 Jelmer Vernooijr26700: tdb: Build and install Python bindings when...
2007-12-24 Jelmer Vernooijr26582: Use the same swig flags everywhere.
2007-12-21 Jelmer Vernooijr26294: Use hardcoded name for SWIG for now, until...
2007-12-21 Jelmer Vernooijr26293: Make sure SWIG directory exists, respect DESTDIR.
2007-12-21 Jelmer Vernooijr26276: Install SWIG files if swig is present.
2007-12-21 Jelmer Vernooijr26218: Remove libtdb.so as well.
2007-12-21 Jelmer Vernooijr26180: Allow prebuilding swig output files.
2007-12-21 Jelmer Vernooijr26108: Add makefile rules for building, installing...
2007-12-21 Stefan Metzmacherr25991: tdb: use AC_LIBREPLACE_SHLD and use it for...
2007-12-21 Stefan Metzmacherr25972: tdb: fix usage of SONAMEFLAG
2007-12-21 Jelmer Vernooijr25953: AIX make doesn't support $^.
2007-12-21 Jelmer Vernooijr25944: Fix handling of sonameflag on AIX, which doesn...
2007-12-21 Jelmer Vernooijr25888: Attempt to fix standalone tdb build.
2007-12-21 Jelmer Vernooijr25884: Specify shldflags first, as required by some...
2007-12-21 Jelmer Vernooijr25883: Fix tdb dependency.
2007-12-21 Jelmer Vernooijr25881: Add ability to build .so of tdb.
2007-10-10 Jelmer Vernooijr22637: Install tdbbackup and tdbdump again.
2007-10-10 Jelmer Vernooijr22600: Update bzr ignores, put right version in .pc...
2007-10-10 Jelmer Vernooijr22598: Simplify includes for replace.
2007-10-10 Jelmer Vernooijr22516: Use DESTDIR
2007-10-10 Paul Greenr19989: Add support to the tdb Makefile.in for executab...
2007-10-10 Andrew Tridgellr18539: 'make distclean' should delete config.cache
2007-10-10 Stefan Metzmacherr18149: fix make *clean
2007-10-10 Stefan Metzmacherr18148: - use PHONY for test
2007-10-10 Andrew Tridgellr18143: the 'showflags' convention from Samba is useful...
2007-10-10 Andrew Tridgellr18129: moved the system includes into libreplace ...
2007-10-10 Andrew Tridgellr18108: move tdb to use the same build methods
2007-10-10 Jelmer Vernooijr18031: Merge my replace fixes:
2007-10-10 Stefan Metzmacherr17960: try to use gmake if present on IRIX
2007-10-10 Andrew Tridgellr17686: tdb.pc is in the build directory
2007-10-10 Andrew Tridgellr17684: and we need -Iinclude for tdb
2007-10-10 Andrew Tridgellr17680: make standalone tdb support building and testin...
2007-10-10 Jelmer Vernooijr13651: Always make sure pkgconfig directory exists
2007-10-10 Andrew Tridgellr10462: cope better with compilers that don't put the...
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 Andrew Tridgellr8448: - added a test target for tdb
2007-10-10 Andrew Tridgellr8447: fixed make install in the farm
2007-10-10 Andrew Tridgellr8441: don't build tdbtest by default as there are...
2007-10-10 Jelmer Vernooijr6546: Fix ldb standalone build