summaryrefslogtreecommitdiffstats
path: root/source3/python/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Some more tweaking for compilation of py_tdbpack.Tim Potter2002-12-111-1/+1
| | | | (This used to be commit 89be695b2997e97dfc40afd17bb61b59b85634e4)
* FUNCTION_MACRO change broke the Python modules.Tim Potter2002-12-041-1/+2
| | | | | Also fix up string pasting (I thought this should only be a warning?) (This used to be commit 739285ff694e9ffd317ad47aec373e2007c20f45)
* The libsmb module uses py_ntsec.oTim Potter2002-10-211-1/+2
| | | | (This used to be commit e27d3d20e3c51fc04f37d92c24f38f91b2d1e1e4)
* Remove hardcoded -I stuff. Hooray!Tim Potter2002-09-191-9/+9
| | | | (This used to be commit 105ff7c5400a6b79613b6a3b72808124b17ddc60)
* Implemented getpw{nam,uid} functions.Tim Potter2002-09-111-0/+2
| | | | (This used to be commit 19adbf1faed3d076207ec55e398f15f87d48c9f7)
* Put all Python modules into the 'samba' subpackage. Now you need toMartin Pool2002-09-091-1/+9
| | | | | | | | | | | write import samba.tdbutil samba.tdbutil.pack('f', ['hello']) You need 'cvs update -d' to get the new subdirectory for this to build properly. (This used to be commit 0d3276355e0511d6aff110a3943199629b3c00fd)
* Build py_tdbpack as well.Martin Pool2002-09-091-0/+5
| | | | (This used to be commit fc5e8b8f672d461809f113fe14435841608b046f)
* Python's setup.py does not need to be munged by configure.in -- it isMartin Pool2002-09-091-0/+168
sufficient to just pass the relevant variables to Python from the Makefile. Therefore, remove setup.py.in. (This used to be commit 8bebe9ee2b6bd56c297acc6b01cb0856aad1c4f3)