summaryrefslogtreecommitdiffstats
path: root/buildtools/wafsamba/wafsamba.py
Commit message (Expand)AuthorAgeFilesLines
* s4-python: Various formatting fixes.Jelmer Vernooij2012-09-271-2/+2
* docs-xml: convert smb.conf.5 build to wafAlexander Bokovoy2012-09-171-2/+4
* wafsamba: Add a SAMBAMANPAGES function.Andreas Schneider2012-09-121-1/+15
* waf: Create catalog file for manpage generation.Andreas Schneider2012-09-071-1/+2
* wafsamba: Add a CONFIGURE_FILE option.Andreas Schneider2012-09-071-1/+8
* wafsamba: Add support for manpages in SAMBA_MODULE.Andreas Schneider2012-09-071-0/+2
* Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy2012-05-231-0/+7
* wafsamba: allow certain public libraries to be forced to be privateAndrew Bartlett2012-04-201-0/+3
* waf: Fix mispellingSimo Sorce2012-04-191-1/+1
* Revert making public of the samba-module library.Jelmer Vernooij2011-12-031-1/+1
* waf: Simplify handling of python modules.Jelmer Vernooij2011-11-131-4/+0
* Revert 9a5ae8edd6d006c078b3af8fdfd84677a63276b1.Jelmer Vernooij2011-11-131-3/+0
* wafsamba: Support allow_undefined_symbols in SAMBA_SUBSYSTEM.Jelmer Vernooij2011-11-131-4/+10
* ldb: Use pyembed rather than pyext for ldb-util library.Jelmer Vernooij2011-11-131-1/+5
* waf: Don't link python modules against libpython2.x, consistent with other Py...Jelmer Vernooij2011-11-131-3/+2
* lib/util Rename samba_init_module -> samba_module_initAndrew Bartlett2011-10-281-1/+1
* wafsamba: Only install .pc files if libraries are public.Jelmer Vernooij2011-08-211-1/+1
* wafsamba: Require public libraries to have headers.Jelmer Vernooij2011-08-211-0/+3
* wafsamba: Require public libraries to have a pc file specified, or explicitly...Jelmer Vernooij2011-08-211-4/+11
* param: Move per-share parameters into a seperate file, to share with s3Andrew Bartlett2011-07-081-0/+2
* build: fixed dependencies on install prefix for pc files and python scriptsAndrew Tridgell2011-06-151-0/+2
* build: fixed a problem with installing scripts in the build treeAndrew Tridgell2011-06-011-18/+9
* waf: build headers in separate 'headers' build groupAndrew Tridgell2011-03-151-0/+1
* waf: always generate public headers in the build treeAndrew Tridgell2011-03-151-1/+5
* waf: build substituted public headers in build treeAndrew Tridgell2011-03-151-1/+3
* waf: moved header file handling into its own moduleAndrew Tridgell2011-03-151-196/+1
* wafsamba: keep a list of public headersAndrew Tridgell2011-03-151-1/+3
* wafsamba: added global_include optionAndrew Tridgell2011-03-151-1/+12
* build: install public headers in the build treeAndrew Tridgell2011-03-151-15/+54
* python: use os.environ[] instead of os.putenv()Andrew Tridgell2011-02-221-1/+1
* waf: improved error message for bad paths in SAMBA_LIBRARY()Andrew Tridgell2011-02-181-1/+7
* waf: support building libraries with a directory prefixAndrew Tridgell2011-02-181-2/+2
* build: fixed passing of includes= for modulesAndrew Tridgell2011-02-181-0/+1
* build: added subdir option for module buildingAndrew Tridgell2011-02-181-0/+3
* build: added allow_undefined_symbols options for libraries and modulesAndrew Tridgell2011-02-181-1/+5
* waf: added subdir= option in SAMBA_*() rulesAndrew Tridgell2011-02-181-0/+9
* waf Fix dependencies for .pc (pkg-config) filesAndrew Bartlett2011-02-161-1/+1
* build: fixed error message for incorrect waf versionAndrew Tridgell2011-02-071-3/+2
* waf: Replace python installation rule to allow PYTHONARCHDIR and PYTHONDIRAndrew Bartlett2011-02-021-7/+23
* waf: use PYTHONARCHDIR for installing python shared libsAndrew Tridgell2011-01-141-2/+2
* buildtools/wafsamba: import 'sys' and 'Logs' if we use themStefan Metzmacher2011-01-051-1/+1
* wafsamba: Use abi_match in version script files.Jelmer Vernooij2010-12-181-1/+2
* wafsamba: Specify full vscript path so non-autogenerated files are possible, ...Jelmer Vernooij2010-12-171-0/+1
* wafsamba: Don't build vscript for modules.Jelmer Vernooij2010-12-171-3/+2
* wafsamba: Move version script handling out of SAMBA_LIBRARY.Jelmer Vernooij2010-12-171-1/+3
* heimdal_build: Simplify library handling.Jelmer Vernooij2010-12-171-1/+1
* waf: fixed re-running of build rulesAndrew Tridgell2010-12-151-2/+3
* wafsamba: change the default value for SAMBA_MODULE of pyembed to FalseMatthieu Patou2010-12-141-1/+1
* waf: the libXX.inst.so file also depends on the vscriptAndrew Tridgell2010-12-101-0/+4
* waf: remove the restriction that private libraries must not have a vnumAndrew Tridgell2010-12-091-5/+0