summaryrefslogtreecommitdiffstats
path: root/python/setup.py
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-05-02 22:25:37 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-05-02 22:25:37 +0000
commit330934458a3644a7021678bccc59221adf59f47a (patch)
treea72c98a1023ff3345707f22e51e2151cf78573e2 /python/setup.py
parentfadb14e123c3f661d79cfca4192985bfaf1d5bb9 (diff)
downloadlasso-330934458a3644a7021678bccc59221adf59f47a.tar.gz
lasso-330934458a3644a7021678bccc59221adf59f47a.tar.xz
lasso-330934458a3644a7021678bccc59221adf59f47a.zip
Too many changes, sorry
Diffstat (limited to 'python/setup.py')
-rwxr-xr-xpython/setup.py20
1 files changed, 16 insertions, 4 deletions
diff --git a/python/setup.py b/python/setup.py
index 255da0b3..0b8149ed 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -187,15 +187,27 @@ library_dirs.append('../lasso/.libs')
libraries.append('lasso')
em = Extension("lassomod",
- sources = ["py_lasso.c", "xml/py_xml.c",
+ sources = ["py_lasso.c",
+ "xml/py_xml.c",
+ "xml/py_lib_authn_request.c",
+ "xml/py_lib_federation_termination_notification.c",
+ "xml/py_lib_logout_request.c",
+ "xml/py_lib_name_identifier_mapping_request.c",
+ "xml/py_lib_register_name_identifier_request.c",
+ "xml/py_saml_assertion.c",
+ "xml/py_saml_authentication_statement.c",
+ "xml/py_saml_name_identifier.c",
"protocols/py_authn_request.c",
+ "protocols/py_authn_response.c",
+ "protocols/py_federation_termination_notification.c",
"protocols/py_logout_request.c",
"protocols/py_logout_response.c",
- "protocols/py_register_name_identifier_request.c",
- "protocols/py_register_name_identifier_response.c",
- "protocols/py_federation_termination_notification.c",
"protocols/py_name_identifier_mapping_request.c",
"protocols/py_name_identifier_mapping_response.c",
+ "protocols/py_register_name_identifier_request.c",
+ "protocols/py_register_name_identifier_response.c",
+ "protocols/elements/py_assertion.c",
+ "protocols/elements/py_authentication_statement.c",
"lassomod.c",
"utils.c", "wrap_objs.c"],
define_macros = define_macros,