X-Git-Url: https://svn.cri.mines-paristech.fr/git/linpy.git/blobdiff_plain/f431ff9e62582cf7a4f12d17fb198c2fdaf47044..b7d06b55d601833b4bef47afd732334ed77587fb:/setup.py

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