Commit 163dfb31 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Fix `make distcheck` failure

parent 4f3d20e0
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment