diff options
author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-04-13 10:15:54 +0000 |
---|---|---|
committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-04-13 10:15:54 +0000 |
commit | f1d2812a740a1463bf920e6501e14baafe632aed (patch) | |
tree | 5685eae31fbb0aea42b821a0eb4b95c2ceffefbe /python/setup.py | |
parent | da44bfe52bb580448477d8b91e59dcc6bc47e914 (diff) | |
download | lasso-f1d2812a740a1463bf920e6501e14baafe632aed.tar.gz lasso-f1d2812a740a1463bf920e6501e14baafe632aed.tar.xz lasso-f1d2812a740a1463bf920e6501e14baafe632aed.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 63d65fee..290ad5ec 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", |