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

Fix `make distcheck` failure

parent 4f3d20e0
...@@ -35,8 +35,9 @@ all-local: nghttp2.c ...@@ -35,8 +35,9 @@ all-local: nghttp2.c
install-exec-local: install-exec-local:
$(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix) $(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix)
# uninstall-local: uninstall-local:
# rm -rf $(DESTDIR)$(libdir)/python*/site-packages/*nghttp2* rm -f $(DESTDIR)$(libdir)/python*/site-packages/nghttp2.so
rm -f $(DESTDIR)$(libdir)/python*/site-packages/python_nghttp2-*.egg-info
clean-local: clean-local:
$(PYTHON) setup.py clean --all $(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