From cd5043f68c8e7132785a1f8d0f135acc6dfe2ed1 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 18 Dec 2013 21:17:32 +0900 Subject: [PATCH] python: Remove unnecessary variables --- python/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/Makefile.am b/python/Makefile.am index d077f5db..5593bce0 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -25,8 +25,6 @@ EXTRA_DIST = README.rst cnghttp2.pxd nghttp2.pyx setup.py PYSETUP_INCLUDE_DIRS=$(top_srcdir)/lib/includes:$(top_srcdir)/lib PYSETUP_LIBDIRS=$(top_builddir)/lib/.libs -CYTHON = @CYTHON@ -PYTHON = @PYTHON@ .PHONY: help build_ext