2016-03-27 17:01:02 +00:00
|
|
|
Index: python/Makefile.am
|
2015-07-16 12:54:32 +00:00
|
|
|
===================================================================
|
2016-04-13 18:39:01 +00:00
|
|
|
--- python/Makefile.am.orig
|
|
|
|
+++ python/Makefile.am
|
2016-03-27 17:01:02 +00:00
|
|
|
@@ -29,16 +29,6 @@ EXTRA_DIST = cnghttp2.pxd nghttp2.pyx CM
|
2015-07-16 12:54:32 +00:00
|
|
|
|
|
|
|
if ENABLE_PYTHON_BINDINGS
|
|
|
|
|
|
|
|
-all-local: nghttp2.c
|
|
|
|
- $(PYTHON) setup.py build
|
|
|
|
-
|
|
|
|
-install-exec-local:
|
|
|
|
- $(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix)
|
|
|
|
-
|
|
|
|
-uninstall-local:
|
|
|
|
- rm -f $(DESTDIR)$(libdir)/python*/site-packages/nghttp2.so
|
2015-08-10 14:14:34 +00:00
|
|
|
- rm -f $(DESTDIR)$(libdir)/python*/site-packages/python_nghttp2-*.egg
|
2015-07-16 12:54:32 +00:00
|
|
|
-
|
|
|
|
clean-local:
|
|
|
|
$(PYTHON) setup.py clean --all
|
|
|
|
-rm -f $(builddir)/nghttp2.c
|