summaryrefslogtreecommitdiffstats
path: root/source3/python/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix for bug #60. Our autoconf code adds both libraries and linkerTim Potter2003-05-051-21/+30
| | | | | | flags in the $LIBS make variable. Separate the two so the python extensions can build. (This used to be commit 164ea3835724409d5b9badbad689d154307d2b59)
* Merge create/delete domain user samr calls from HEAD.Tim Potter2003-04-141-0/+1
| | | | (This used to be commit 68075fb97f577a78438b5121202e94cfcb6597b8)
* Merge of removal of py_samba.cTim Potter2003-03-201-12/+1
| | | | (This used to be commit 68b4052281d22dace2ae9e48d022fa288c0a6425)
* Merge of cleanups and srvsvc implementation from HEAD.Tim Potter2003-02-191-1/+14
| | | | (This used to be commit dbea592877ad12f270805a9d8a86a50985beaf66)
* Merge of compile tweaks for python tdbpack module.Tim Potter2002-12-121-1/+1
| | | | (This used to be commit b50816b500c4be0dda2cc79e0927d8a7dab65fd2)
* Merge from HEAD:Tim Potter2002-12-051-1/+2
| | | | | | | >FUNCTION_MACRO change broke the Python modules. > >Also fix up string pasting (I thought this should only be a warning?) (This used to be commit 5bd90f310aa6303a5c949b46591f9fcf82a175b8)
* Sync with HEAD.Tim Potter2002-11-041-1/+2
| | | | (This used to be commit 0310e539bb41f569c7ae77b2d131e966adefa27b)
* 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)