Minor fixes to the new build system for python bindings.

This commit is contained in:
cg25
2008-11-22 13:17:40 +00:00
parent 177e53516a
commit f40e605ae3
2 changed files with 1 additions and 12 deletions

View File

@@ -7,7 +7,7 @@ install-exec-local:
$(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix)
uninstall-local:
rm -rf $(DESTDIR)$(libdir)/python*/site-packages/*libtorrentrb*
rm -rf $(DESTDIR)$(libdir)/python*/site-packages/*libtorrent*
clean-local:
$(PYTHON) setup.py clean --all