summaryrefslogtreecommitdiffstats
path: root/python/setup.py
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-07-09 00:06:34 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-07-09 00:06:34 +0000
commit5429b78b4a64a6a9449cf6b6ed25a7fe8e62967b (patch)
tree444cc863df2183832243dabd8e7b7ea1c2d0c069 /python/setup.py
parent628f94861cb2601988ea3495afed972a2b3830cf (diff)
downloadlasso-5429b78b4a64a6a9449cf6b6ed25a7fe8e62967b.tar.gz
lasso-5429b78b4a64a6a9449cf6b6ed25a7fe8e62967b.tar.xz
lasso-5429b78b4a64a6a9449cf6b6ed25a7fe8e62967b.zip
*** empty log message ***
Diffstat (limited to 'python/setup.py')
-rwxr-xr-xpython/setup.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/python/setup.py b/python/setup.py
index 53f4ce1b..c45ca59a 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -184,10 +184,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",
@@ -216,6 +216,7 @@ em = Extension("lassomod",
"protocols/py_register_name_identifier_response.c",
"protocols/elements/py_assertion.c",
"protocols/elements/py_authentication_statement.c",
+ "environs/py_server.c",
"lassomod.c",
"utils.c", "wrap_objs.c"],
define_macros = define_macros,