summaryrefslogtreecommitdiffstats
path: root/source4/lib/tdb/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Use single copy of tdb in both samba3 and samba4.Jelmer Vernooij2008-09-161-59/+0
* Allow tdb.mk and talloc.mk to be included at the same time.Jelmer Vernooij2008-02-131-3/+3
* Fix installation of python module for ldb and tdb.Jelmer Vernooij2008-02-121-1/+3
* Avoid using setup.py for intsallation.Jelmer Vernooij2008-02-121-0/+1
* Manually compile python files rather than using setup.py.Jelmer Vernooij2008-02-121-1/+4
* Fix out of tree builds.Jelmer Vernooij2008-02-111-2/+2
* Split actual content out of tdb Makefile into a separate file.Jelmer Vernooij2008-02-111-80/+8
* Split rules out of tdb Makefile.Jelmer Vernooij2008-02-111-38/+20
* r26700: tdb: Build and install Python bindings when possible.Jelmer Vernooij2008-01-101-7/+17
* r26582: Use the same swig flags everywhere.Jelmer Vernooij2007-12-241-1/+1
* r26294: Use hardcoded name for SWIG for now, until proper autoconf checks are...Jelmer Vernooij2007-12-211-1/+1
* r26293: Make sure SWIG directory exists, respect DESTDIR.Jelmer Vernooij2007-12-211-1/+2
* r26276: Install SWIG files if swig is present.Jelmer Vernooij2007-12-211-0/+3
* r26218: Remove libtdb.so as well.Jelmer Vernooij2007-12-211-1/+1
* r26180: Allow prebuilding swig output files.Jelmer Vernooij2007-12-211-1/+5
* r26108: Add makefile rules for building, installing and checking python bindi...Jelmer Vernooij2007-12-211-2/+15
* r25991: tdb: use AC_LIBREPLACE_SHLD and use it for linking the shared libraryStefan Metzmacher2007-12-211-1/+2
* r25972: tdb: fix usage of SONAMEFLAGStefan Metzmacher2007-12-211-3/+2
* r25953: AIX make doesn't support $^.Jelmer Vernooij2007-12-211-1/+1
* r25944: Fix handling of sonameflag on AIX, which doesn't have anything like t...Jelmer Vernooij2007-12-211-1/+1
* r25888: Attempt to fix standalone tdb build.Jelmer Vernooij2007-12-211-6/+8
* r25884: Specify shldflags first, as required by some compilers.Jelmer Vernooij2007-12-211-1/+1
* r25883: Fix tdb dependency.Jelmer Vernooij2007-12-211-5/+9
* r25881: Add ability to build .so of tdb.Jelmer Vernooij2007-12-211-7/+24
* r22637: Install tdbbackup and tdbdump again.Jelmer Vernooij2007-10-101-2/+2
* r22600: Update bzr ignores, put right version in .pc files, prepare for suppo...Jelmer Vernooij2007-10-101-1/+1
* r22598: Simplify includes for replace.Jelmer Vernooij2007-10-101-1/+1
* r22516: Use DESTDIRJelmer Vernooij2007-10-101-7/+7
* r19989: Add support to the tdb Makefile.in for executable extensions and forPaul Green2007-10-101-15/+23
* r18539: 'make distclean' should delete config.cacheAndrew Tridgell2007-10-101-1/+1
* r18149: fix make *cleanStefan Metzmacher2007-10-101-4/+5
* r18148: - use PHONY for testStefan Metzmacher2007-10-101-4/+14
* r18143: the 'showflags' convention from Samba is useful for the other packagesAndrew Tridgell2007-10-101-1/+6
* r18129: moved the system includes into libreplace - this gives much moreAndrew Tridgell2007-10-101-4/+4
* r18108: move tdb to use the same build methodsAndrew Tridgell2007-10-101-3/+1
* r18031: Merge my replace fixes:Jelmer Vernooij2007-10-101-10/+13
* r17960: try to use gmake if present on IRIXStefan Metzmacher2007-10-101-0/+1
* r17686: tdb.pc is in the build directoryAndrew Tridgell2007-10-101-1/+1
* r17684: and we need -Iinclude for tdbAndrew Tridgell2007-10-101-1/+1
* r17680: make standalone tdb support building and testing in a differentAndrew Tridgell2007-10-101-5/+14
* r13651: Always make sure pkgconfig directory existsJelmer Vernooij2007-10-101-1/+2
* r10462: cope better with compilers that don't put the object file in the same...Andrew Tridgell2007-10-101-0/+4
* r10405: added transactions into tdb, and hook them into ldb. See myAndrew Tridgell2007-10-101-2/+3
* r10253: a fairly large tdb cleanup and re-organise. Nearly all of this changeAndrew Tridgell2007-10-101-1/+2
* r8448: - added a test target for tdbAndrew Tridgell2007-10-101-0/+5
* r8447: fixed make install in the farmAndrew Tridgell2007-10-101-0/+3
* r8441: don't build tdbtest by default as there are too many systems thatAndrew Tridgell2007-10-101-1/+1
* r6546: Fix ldb standalone buildJelmer Vernooij2007-10-101-0/+39