Fix for bug #60. Our autoconf code adds both libraries and linker
authorTim Potter <tpot@samba.org>
Mon, 5 May 2003 06:21:26 +0000 (06:21 +0000)
committerTim Potter <tpot@samba.org>
Mon, 5 May 2003 06:21:26 +0000 (06:21 +0000)
commitda18088eea1140ad926892291abd6c1c0256e280
tree2883d06aea727cb2b57cfddc54803b8f663d543a
parent423bd582f4f0f03ff086054060954e8e23cd02cd
Fix for bug #60.  Our autoconf code adds both libraries and linker
flags in the $LIBS make variable.  Separate the two so the python
extensions can build.
(This used to be commit 164ea3835724409d5b9badbad689d154307d2b59)
source3/python/setup.py