summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* ldb: Support running testsuite without installing first.Jelmer Vernooij2009-09-111-2/+3
* Fix headers, ldb_includes.h is a private header,Simo Sorce2009-02-231-1/+1
* Install mising public headersSimo Sorce2009-01-301-1/+1
* Fix LDB_MODULESDIR for ldb standalone buildsSimo Sorce2009-01-151-1/+5
* pyldb: Fix segfault because of incorrect reference counting.Jelmer Vernooij2008-12-231-1/+1
* ldb: Fix linking against tevent library (rather than events)Jelmer Vernooij2008-12-231-6/+6
* Remove swig support from standalone ldb build.Jelmer Vernooij2008-12-191-1/+0
* Fix ldb standalone build.Simo Sorce2008-09-191-14/+28
* Fix standalone ldb build.Jelmer Vernooij2008-06-151-3/+6
* ldb: remove configure with 'make realdistclean'Stefan Metzmacher2008-03-181-1/+1
* Allow ldb backends without init function, use init function-less ldb modules.Jelmer Vernooij2008-02-201-1/+1
* Fix installation of python module for ldb and tdb.Jelmer Vernooij2008-02-121-0/+1
* Manually compile python files rather than use setup.py.Jelmer Vernooij2008-02-121-1/+2
* Fix out of tree builds.Jelmer Vernooij2008-02-111-2/+3
* Move some more rules to rules.mkJelmer Vernooij2008-02-111-5/+7
* ldb: Split up the Makefile so it will be possible later on to directly includ...Jelmer Vernooij2008-02-111-122/+14
* ldb: Fix typo.Jelmer Vernooij2008-01-221-1/+1
* r26701: ldb: Build and install python modules when possible.Jelmer Vernooij2008-01-101-7/+21
* r26582: Use the same swig flags everywhere.Jelmer Vernooij2007-12-241-1/+1
* r26276: Install SWIG files if swig is present.Jelmer Vernooij2007-12-211-0/+3
* r26179: Fix symlink.Jelmer Vernooij2007-12-211-3/+4
* r26178: Link against -ldl as well to prevent undefined symbols.Jelmer Vernooij2007-12-211-1/+1
* r26177: Allow prebuilding swig wrapper, install ldb.py.Jelmer Vernooij2007-12-211-2/+6
* r26124: Install ldb_handlers.h, required by ldb_samba.Jelmer Vernooij2007-12-211-1/+3
* r26117: Fix DESTDIR use for bindir.Jelmer Vernooij2007-12-211-1/+1
* r26106: Add targets for building, installing and checking python bindings.Jelmer Vernooij2007-12-211-5/+19
* r26105: Add targets for building and installing the python bindings.Jelmer Vernooij2007-12-211-0/+7
* r25992: ldb: use AC_LIBREPLACE_SHLD and use it for linking shared librariesStefan Metzmacher2007-12-211-2/+3
* r25984: ldb: use MDLD macros from libreplace and use results to build share m...Stefan Metzmacher2007-12-211-2/+5
* r25983: ldb: link shared library against $(LDAP_LIBS)Stefan Metzmacher2007-12-211-1/+1
* r25969: ldb: link libnss_ldb.so.2 against the shared libraryStefan Metzmacher2007-12-211-2/+2
* r25968: ldb: we need to use @SONAMEFLAG@ directly so that the '#' trick can workStefan Metzmacher2007-12-211-3/+2
* r25967: ldb: a module doesn't need to link against $(LIBS)Stefan Metzmacher2007-12-211-1/+1
* 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
* r25880: Try to get some more flags right.Jelmer Vernooij2007-12-211-2/+2
* r25879: Don't use shared library for command-line utilities for now - breaks ...Jelmer Vernooij2007-12-211-13/+12
* r25877: Add libreplace macro for soname flags.Jelmer Vernooij2007-12-211-5/+17
* r25862: Avoid po, causes trouble on BSD systems.Jelmer Vernooij2007-12-211-9/+4
* r25858: Clean up po files.Jelmer Vernooij2007-12-211-1/+1
* r25854: Link against -ldl properly.Jelmer Vernooij2007-12-211-1/+3
* r25853: Specify LIBS to sample_module - fixes build for gcov hosts.Jelmer Vernooij2007-12-211-3/+6
* r25851: Move system-specific ldflags checks to libreplace so they can be used...Jelmer Vernooij2007-12-211-2/+3
* r25850: Add macro for picflag.Jelmer Vernooij2007-12-211-3/+9
* r25846: Add configure test for -Wl,--export-dynamic.Jelmer Vernooij2007-12-211-1/+1
* r25844: Enable soloading by default.Jelmer Vernooij2007-12-211-2/+2
* r25843: Finish check-soloading.Jelmer Vernooij2007-12-211-8/+10
* r25842: Start working on test for loading dso's in ldb.Jelmer Vernooij2007-12-211-1/+11
* r25100: Include LDAP libs in .pc file so linking statically against libldb wo...Jelmer Vernooij2007-10-101-1/+4
* r24261: Fix the standalone ldb build after I moved the objectclass module out.Andrew Bartlett2007-10-101-1/+0