Skip to content

Commit

Permalink
Fix make distcheck failure
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuhiro-t committed Jun 6, 2015
1 parent 4f3d20e commit 163dfb3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions python/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 163dfb3

Please sign in to comment.