From 3bbb1e5742eee4b33e1af6543670e9340165f592 Mon Sep 17 00:00:00 2001 From: Valery Febvre Date: Thu, 8 Apr 2004 10:15:16 +0000 Subject: *** empty log message *** --- python/setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'python') 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", -- cgit