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