AC_SUBST([objdir])
LT_SYS_MODULE_EXT
case $host_os in
- *mingw* ) pyextext=.pyd;;
- *cygwin*) pyextext=.dll;;
- * ) pyextext=.so;;
+ *mingw*|*cygwin* ) pyextext=.dll;;
+ * ) pyextext=.so;;
esac
AC_SUBST([pyextext], [$pyextext])
t40_utf7.py t40_utf8.py t50_methods.py t90_bigauto.py
CYTHON = @CYTHON@
-EXTRA_DIST = Recode.c Recode.pyx pytest common.py valgrind-python.supp $(SUITE)
-CLEANFILES = Recode@pyextext@ Recode_d@pyextext@ Recode.body.c
+EXTRA_DIST = Recode.c Recode.pyx pytest common.py $(SUITE)
+CLEANFILES = Recode.body.c
DISTCLEANFILES = Recode.c
clean-local: