summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2002-09-09 07:49:25 +0000
committerMartin Pool <mbp@samba.org>2002-09-09 07:49:25 +0000
commitb2536ccfdde333633f1d208a6113182aee260aab (patch)
tree07ccc6b6058b9cfe32eec4ee086ef92507a7666a /source3/Makefile.in
parent4c471811a439bd9774835496ee9a418a32ae4519 (diff)
downloadsamba-b2536ccfdde333633f1d208a6113182aee260aab.tar.gz
samba-b2536ccfdde333633f1d208a6113182aee260aab.tar.bz2
samba-b2536ccfdde333633f1d208a6113182aee260aab.zip
Python's setup.py does not need to be munged by configure.in -- it is
sufficient to just pass the relevant variables to Python from the Makefile. Therefore, remove setup.py.in. (This used to be commit 8bebe9ee2b6bd56c297acc6b01cb0856aad1c4f3)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 18df73a6da..b8c337f14a 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -883,6 +883,7 @@ python_common_proto:
python_ext: $(PYTHON_OBJS)
PYTHON_OBJS="$(PYTHON_OBJS)" PYTHON_CFLAGS="$(CFLAGS) $(CPPFLAGS)" \
+ LIBS="$(LIBS)" \
$(PYTHON) python/setup.py build
# revert to the previously installed version