summaryrefslogtreecommitdiffstats
path: root/python/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/setup.py')
-rwxr-xr-xpython/setup.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/python/setup.py b/python/setup.py
index 4d4b0be3..36ad2a9e 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -188,9 +188,11 @@ libraries.append('lasso')
em = Extension("lassomod",
sources = ["py_lasso.c", "xml/py_xml.c",
- "protocols/py_single_sign_on_and_federation.c",
- "protocols/py_logout.c",
- "protocols/py_register_name_identifier.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",
"lassomod.c",
"utils.c", "wrap_objs.c"],
define_macros = define_macros,