summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_python.py
AgeCommit message (Expand)AuthorFilesLines
2013-04-11build: Raise minimum python version to 2.5.0 for samba buildAndrew Bartlett1-2/+2
2013-04-10build: Replace #!/usr/bin/env python with passed in PYTHON=Andrew Bartlett1-0/+10
2013-03-02build: Change bin/default/python -> bin/python symlink to bin/default/python_...Andrew Bartlett1-1/+1
2012-04-19waf: Fix mispellingSimo Sorce1-3/+3
2011-11-13waf: Simplify handling of python modules.Jelmer Vernooij1-17/+6
2011-11-13waf: Don't link python modules against libpython2.x, consistent with other Py...Jelmer Vernooij1-2/+2
2011-01-14waf: use PYTHONARCHDIR for installing python shared libsAndrew Tridgell1-1/+1
2010-12-10build: introduce SAMBA_CHECK_PYTHON_HEADERSMatthieu Patou1-0/+9
2010-10-10wafsamba: Clarify needs_python argument name, use pyembed/pyext whereJelmer Vernooij1-3/+3
2010-04-06build: only link install targets at install timeAndrew Tridgell1-11/+12
2010-04-06build: reuse SAMBA_LIBRARY() to build python modulesAndrew Tridgell1-31/+14
2010-04-06build: mark python rules as being part of the "main" groupAndrew Tridgell1-0/+2
2010-04-06build: install build python modules correctlyAndrew Tridgell1-1/+9
2010-04-06build: support variable expansion in source= arguments to build rulesAndrew Tridgell1-0/+3
2010-04-06build: fixed the install name for python modulesAndrew Tridgell1-4/+4
2010-04-06build: fixed init function sentinal for python modulesAndrew Tridgell1-1/+1
2010-04-06build: waf quicktest nearly worksAndrew Tridgell1-9/+28
2010-04-06build: separate out dependencies and python rulesAndrew Tridgell1-0/+44