diff options
author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-05-13 16:57:48 +0000 |
---|---|---|
committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-05-13 16:57:48 +0000 |
commit | 21be1b2799a463357f5cce0d6e73b6f647024ef0 (patch) | |
tree | a67e0b30dc7fe3411ef5d4c489b94fcc418145d1 /python/setup.py | |
parent | 2b82bf473c696328b92cd8774e66ce55d3e7dc7c (diff) | |
download | lasso-21be1b2799a463357f5cce0d6e73b6f647024ef0.tar.gz lasso-21be1b2799a463357f5cce0d6e73b6f647024ef0.tar.xz lasso-21be1b2799a463357f5cce0d6e73b6f647024ef0.zip |
*** empty log message ***
Diffstat (limited to 'python/setup.py')
-rwxr-xr-x | python/setup.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python/setup.py b/python/setup.py index 9105e239..260e2714 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", |