summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2011-09-16 16:38:39 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2011-09-16 16:38:39 +1000
commita5b0fd47debd010c0a0e57fd4795af071e4381a7 (patch)
treee2eb206aaba7a3512ff04d7a04817162c51bbfd2 /lang/python
parent3f4762c0f8ff69d058719a9465d1b3c027d8b236 (diff)
downloadmongo-a5b0fd47debd010c0a0e57fd4795af071e4381a7.tar.gz
Don't require SWIG to build the Python API from a release.
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am
index 55ac167527a..3a38be8a02d 100644
--- a/lang/python/Makefile.am
+++ b/lang/python/Makefile.am
@@ -5,7 +5,7 @@ if DEBUG
PY_SETUP_DEBUG = -g
endif
all-local: _wiredtiger.so
-$(PYSRC)/wiredtiger_wrap.c: $(top_builddir)/wiredtiger.h $(PYSRC)/wiredtiger.i
+$(PYSRC)/wiredtiger_wrap.c: $(top_srcdir)/src/include/wiredtiger.in $(PYSRC)/wiredtiger.i
@(cd $(PYSRC) && \
$(SWIG) -python -threads -I$(abs_top_builddir) wiredtiger.i)