diff options
author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-04-08 10:15:16 +0000 |
---|---|---|
committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-04-08 10:15:16 +0000 |
commit | 3bbb1e5742eee4b33e1af6543670e9340165f592 (patch) | |
tree | 4bf8ecb43386f26b4ea87c33283f0361b6d2dfd2 /python/setup.py | |
parent | a914a109350e3285e6c8118644ba2162cd8632ad (diff) | |
download | lasso-3bbb1e5742eee4b33e1af6543670e9340165f592.tar.gz lasso-3bbb1e5742eee4b33e1af6543670e9340165f592.tar.xz lasso-3bbb1e5742eee4b33e1af6543670e9340165f592.zip |
*** empty log message ***
Diffstat (limited to 'python/setup.py')
-rwxr-xr-x | python/setup.py | 6 |
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", |