summaryrefslogtreecommitdiffstats
path: root/python/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/setup.py')
-rwxr-xr-xpython/setup.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/python/setup.py b/python/setup.py
index ba8a2d35..63d65fee 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -180,8 +180,10 @@ extract_cflags(xmlsec1_cflags)
extract_libs(xmlsec1_libs)
# FIXME : cflags & libs for lasso
-include_dirs.append('..')
-library_dirs.append('../lasso/.libs')
+#include_dirs.append('..')
+#library_dirs.append('../lasso/.libs')
+include_dirs.append('/usr/local/include')
+library_dirs.append('/usr/local/lib')
libraries.append('lasso')
em = Extension("lassomod",