]> granicus.if.org Git - recode/commitdiff
tests/Makefile.am: Switch from Pyrex to Cython.
authorFrançois Pinard <pinard@iro.umontreal.ca>
Sat, 30 Nov 2013 14:38:58 +0000 (09:38 -0500)
committerFrançois Pinard <pinard@iro.umontreal.ca>
Sat, 30 Nov 2013 14:38:58 +0000 (09:38 -0500)
tests/Makefile.am

index d1f7022116c2e72d4e1df300f408ffe78e85a32e..1389e4fa9648bdc9962eee82235d4e54da496acf 100644 (file)
@@ -40,4 +40,4 @@ Recode.so: Recode.c setup.py
        $(PYTHON) setup.py build
 
 Recode.c: Recode.pyx
-       cd $(srcdir) && pyrexc Recode.pyx
+       cd $(srcdir) && cython Recode.pyx