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