X-Git-Url: https://svn.cri.mines-paristech.fr/git/linpy.git/blobdiff_plain/36156a49062f344bee22bd87310b5e03f0955c5d..0995f79a8db531aa3a2ca951af65f3f0fa4943e5:/setup.py

diff --git a/setup.py b/setup.py
index 57aa813..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'])
     ]
 )