X-Git-Url: https://svn.cri.mines-paristech.fr/git/linpy.git/blobdiff_plain/3b1b3560c8880ef25995a18b6e365e0d730a2df2..fb070deb31a82b789e1be4ffc5dfa64b4b7a9e36:/setup.py?ds=sidebyside

diff --git a/setup.py b/setup.py
index caeacb5..368983e 100755
--- a/setup.py
+++ b/setup.py
@@ -8,6 +8,8 @@ setup(
     author='MINES ParisTech',
     packages=['pypol'],
     ext_modules = [
-        Extension('pypol._isl', sources=['pypol/_isl.c'])
+        Extension('pypol._islhelper',
+            sources=['pypol/_islhelper.c'],
+            libraries=['isl'])
     ]
 )