summaryrefslogtreecommitdiffstats
path: root/buildtools/wafsamba/samba_python.py
Commit message (Expand)AuthorAgeFilesLines
* wafsamba: explicitly use allow_warnings=True for SAMBA_PYTHON()Stefan Metzmacher2014-04-021-0/+1
* build: Raise minimum python version to 2.5.0 for samba buildAndrew Bartlett2013-04-111-2/+2
* build: Replace #!/usr/bin/env python with passed in PYTHON=Andrew Bartlett2013-04-101-0/+10
* build: Change bin/default/python -> bin/python symlink to bin/default/python_...Andrew Bartlett2013-03-021-1/+1
* waf: Fix mispellingSimo Sorce2012-04-191-3/+3
* waf: Simplify handling of python modules.Jelmer Vernooij2011-11-131-17/+6
* waf: Don't link python modules against libpython2.x, consistent with other Py...Jelmer Vernooij2011-11-131-2/+2
* waf: use PYTHONARCHDIR for installing python shared libsAndrew Tridgell2011-01-141-1/+1
* build: introduce SAMBA_CHECK_PYTHON_HEADERSMatthieu Patou2010-12-101-0/+9
* wafsamba: Clarify needs_python argument name, use pyembed/pyext whereJelmer Vernooij2010-10-101-3/+3
* build: only link install targets at install timeAndrew Tridgell2010-04-061-11/+12
* build: reuse SAMBA_LIBRARY() to build python modulesAndrew Tridgell2010-04-061-31/+14
* build: mark python rules as being part of the "main" groupAndrew Tridgell2010-04-061-0/+2
* build: install build python modules correctlyAndrew Tridgell2010-04-061-1/+9
* build: support variable expansion in source= arguments to build rulesAndrew Tridgell2010-04-061-0/+3
* build: fixed the install name for python modulesAndrew Tridgell2010-04-061-4/+4
* build: fixed init function sentinal for python modulesAndrew Tridgell2010-04-061-1/+1
* build: waf quicktest nearly worksAndrew Tridgell2010-04-061-9/+28
* build: separate out dependencies and python rulesAndrew Tridgell2010-04-061-0/+44