forked from pool/nghttp2
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=52
22 lines
670 B
Diff
22 lines
670 B
Diff
Index: python/Makefile.am
|
|
===================================================================
|
|
--- python/Makefile.am.orig 2016-03-27 15:20:38.000000000 +0200
|
|
+++ python/Makefile.am 2016-03-27 18:34:28.238374041 +0200
|
|
@@ -29,16 +29,6 @@ EXTRA_DIST = cnghttp2.pxd nghttp2.pyx CM
|
|
|
|
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
|
|
- rm -f $(DESTDIR)$(libdir)/python*/site-packages/python_nghttp2-*.egg
|
|
-
|
|
clean-local:
|
|
$(PYTHON) setup.py clean --all
|
|
-rm -f $(builddir)/nghttp2.c
|