summaryrefslogtreecommitdiffstats
path: root/python/setup.py
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-05-06 17:02:18 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-05-06 17:02:18 +0000
commitbc26c8f129dd0b64f067624dea97259a664bbef1 (patch)
treef35e72ec180cbde76c9d162c98154e0b86444cbd /python/setup.py
parent60cffeeeb185ec2b9c70d8018b2cc61f11e2f945 (diff)
downloadlasso-bc26c8f129dd0b64f067624dea97259a664bbef1.tar.gz
lasso-bc26c8f129dd0b64f067624dea97259a664bbef1.tar.xz
lasso-bc26c8f129dd0b64f067624dea97259a664bbef1.zip
*** empty log message ***
Diffstat (limited to 'python/setup.py')
-rwxr-xr-xpython/setup.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/python/setup.py b/python/setup.py
index a94d5190..49aadb6e 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -180,10 +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('/usr/local/include')
-library_dirs.append('/usr/local/lib')
+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",