From: Paul Brossier Date: Fri, 25 Dec 2009 03:51:28 +0000 (+0100) Subject: setup.py: add aubioproxy.c, remove py-fvec.c and py-fmat.c X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b3130e2c76531d254927bfae6b56c9244dbe9bec;p=aubio.git setup.py: add aubioproxy.c, remove py-fvec.c and py-fmat.c --- diff --git a/interfaces/python/setup.py b/interfaces/python/setup.py index a1d90817..81155a8b 100644 --- a/interfaces/python/setup.py +++ b/interfaces/python/setup.py @@ -9,11 +9,11 @@ setup(name="_aubio", version="1.0", ext_modules = [ Extension("_aubio", ["aubiomodule.c", - "py-fvec.c", - "py-fmat.c", + "aubioproxy.c", "py-cvec.c", + # example without macro "py-filter.c", - # macroised + # macroised "py-filterbank.c", "py-fft.c", "py-phasevoc.c",