summaryrefslogtreecommitdiffstats
path: root/buildtools/wafsamba/samba_python.py
Commit message (Expand)AuthorAgeFilesLines
* 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