summaryrefslogtreecommitdiffstats
path: root/buildtools/wafsamba/samba_bundled.py
Commit message (Expand)AuthorAgeFilesLines
* s4-waf: Only show minversion when there was a minimum version specified.Jelmer Vernooij2011-01-241-1/+5
* waf: change private libraries to use the same soname as public librariesAndrew Tridgell2011-01-191-7/+5
* buildtools/wafsamba: import 'sys' and 'Logs' if we use themStefan Metzmacher2011-01-051-1/+1
* wafsamba: Allow newer or the same python module versions to be installed,Jelmer Vernooij2010-12-221-1/+1
* buildtools: add the PRIVATE_EXTENSION for private librariesStefan Metzmacher2010-12-081-3/+0
* wafsamba: Drop private library prefix when installing private librariesJelmer Vernooij2010-11-051-2/+5
* waf: Rename some BUNDLED_ functios to PRIVATE_.Jelmer Vernooij2010-10-231-9/+9
* waf: allows libraries to be marked as private_library=TrueAndrew Tridgell2010-10-211-2/+2
* heimdal_build: Use existing functions for finding system libraries.Jelmer Vernooij2010-10-161-1/+1
* waf: fixed the problem with com_err on Ubuntu 9.04Andrew Tridgell2010-10-061-6/+14
* waf: Add function for checking for system python modules.Jelmer Vernooij2010-10-041-0/+32
* wafsamba: Use convenience function to find out if bundling is necessary.Jelmer Vernooij2010-06-191-2/+2
* wafsamba: Factor out functions to determine if a bundled library should not orJelmer Vernooij2010-06-191-2/+14
* wafsamba: Fix typo: noextenion -> noextension.Jelmer Vernooij2010-06-191-2/+2
* build: added --nonshared-binary=LIST optionAndrew Tridgell2010-04-211-0/+8
* build: added ABI checking to the WAF buildAndrew Tridgell2010-04-181-0/+1
* build: fixed a typo that prevented --bundled-libraries from working correctlyAndrew Tridgell2010-04-131-1/+1
* build: added --minimum-library-version configure optionAndrew Tridgell2010-04-121-0/+19
* build: use Logs.error() and Logs.info() instead of print()Andrew Tridgell2010-04-091-2/+3
* build: use a target_in_list() function for more flexible builtin controlAndrew Tridgell2010-04-061-3/+14
* build: add require_headers option to CHECK_BUNDLED_SYSTEM()Andrew Tridgell2010-04-061-2/+6
* s4-waf: added implied_deps for system librariesAndrew Tridgell2010-04-061-1/+6
* s4-waf: ensure we don't end up with mixed versions of talloc/tdb/teventAndrew Tridgell2010-04-061-1/+15
* build: tidy up the wafsamba rules a bitAndrew Tridgell2010-04-061-0/+5
* build: fixed popt subsystem on systems without poptAndrew Tridgell2010-04-061-1/+1
* s4-waf: cleanup use of LIBPOPT vs popt dependencyAndrew Tridgell2010-04-061-1/+13
* s4-waf: support the use of system librariesAndrew Tridgell2010-04-061-0/+15
* build: better control over bundled library extensionsAndrew Tridgell2010-04-061-9/+23
* build: added support for controlling library typesAndrew Tridgell2010-04-061-0/+28