diff --git a/python/Makefile.am b/python/Makefile.am index f5e310d9..7a352396 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -35,8 +35,9 @@ all-local: nghttp2.c install-exec-local: $(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix) -# uninstall-local: -# rm -rf $(DESTDIR)$(libdir)/python*/site-packages/*nghttp2* +uninstall-local: + rm -f $(DESTDIR)$(libdir)/python*/site-packages/nghttp2.so + rm -f $(DESTDIR)$(libdir)/python*/site-packages/python_nghttp2-*.egg-info clean-local: $(PYTHON) setup.py clean --all