Fix `make distcheck` failure

This commit is contained in:
Tatsuhiro Tsujikawa 2015-06-06 23:37:31 +09:00
parent 4f3d20e024
commit 163dfb3150
1 changed files with 3 additions and 2 deletions

View File

@ -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