summaryrefslogtreecommitdiff
path: root/lang/python/Makefile.am
AgeCommit message (Expand)Author
2016-12-23WT-3092 Quiet a warning from autogen.sh (#3211)Keith Bostic
2014-09-05Rearrange the Python build so we generate object files under the build direct...Michael Cahill
2014-09-04As far as I can tell, there's no "build" directory, so quit tryingKeith Bostic
2014-09-04Add wiredtiger_wrap.o to the clean-local label.Keith Bostic
2014-09-04Don't remove the wiredtiger directory, it has source code, reference #1188.Keith Bostic
2014-04-24Remove Java and Python build rules that relied on "--enable-debug". Always r...Michael Cahill
2014-03-31Fix include paths for Java and Python builds.Alex Gorrod
2013-07-17Pass any configured Python prefix through to the Python install step.Michael Cahill
2013-07-17Fix "make install" of Python. Remove old code and restructure the Python sou...Michael Cahill
2013-07-09Install the Python module as part of "make install".Michael Cahill
2013-01-08Allow examples to run in parallel: give each a unique home directory.Michael Cahill
2013-01-07Fixes for automake 1.3.x: don't use $(srcdir) in TESTS and avoid the new para...Michael Cahill
2012-10-24Turn on SWIG optimizations and warnings.Michael Cahill
2012-10-03warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS'Michael Cahill
2012-07-10Decide statically what error handling is required.Michael Cahill
2012-05-04Move the python "check" into lang/python: that simplifies things and avoids t...Michael Cahill
2011-09-16Don't require SWIG to build the Python API from a release.Michael Cahill
2011-09-08Use the swig "-thread" command line flag, it wraps our extension functions co...Michael Cahill
2011-09-06Fix up various build issues:Michael Cahill
2011-09-02Split out the Python and examples from the top level Makefile.Michael Cahill