shithub: aubio

Download patch

ref: b517cb3a7228de8b8215057cc208038dce432e4b
parent: 110ac9096ae8439f07283774e2800e2527577c68
parent: abf13a1e4de056106b1834d7f1f8b1ed292b972c
author: Paul Brossier <piem@piem.org>
date: Fri Jan 6 11:59:29 EST 2012

Merge branch 'master' of piem.org:/git/aubio/aubio

--- a/interfaces/python/setup.py
+++ b/interfaces/python/setup.py
@@ -19,7 +19,7 @@
             "py-phasevoc.c",
             # generated files
             ] + generated_files,
-            include_dirs=['../../build/default/src', '../../src', '.' ],
-            library_dirs=['../../build/default/src', '../../src/.libs' ],
+            include_dirs=['../../build/src', '../../src', '.' ],
+            library_dirs=['../../build/src', '../../src/.libs' ],
             libraries=['aubio'])])