diff options
author | Keith Bostic <keith@wiredtiger.com> | 2014-09-04 07:41:32 -0400 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2014-09-04 07:41:32 -0400 |
commit | ed5c5d33892f1a8d044b4b009ca7c00eed3ce21e (patch) | |
tree | 0264b438143f86dd470711e7532fe59fd8274b39 /lang | |
parent | b2542b7800942e1c6ed3d8eb3a4b976a2310fee1 (diff) | |
download | mongo-ed5c5d33892f1a8d044b4b009ca7c00eed3ce21e.tar.gz |
Add wiredtiger_wrap.o to the clean-local label.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am index ae4e6cc6441..223d9695f76 100644 --- a/lang/python/Makefile.am +++ b/lang/python/Makefile.am @@ -19,6 +19,6 @@ install-exec-local: clean-local: $(PYTHON) $(PYSRC)/setup.py clean - rm -rf _wiredtiger.so WT_TEST build + rm -rf _wiredtiger.so wiredtiger_wrap.o WT_TEST build TESTS = run-ex_access |