summaryrefslogtreecommitdiffstats
path: root/python/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/setup.py')
-rwxr-xr-xpython/setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/setup.py b/python/setup.py
index c45ca59a..a1965bc6 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -216,7 +216,9 @@ em = Extension("lassomod",
"protocols/py_register_name_identifier_response.c",
"protocols/elements/py_assertion.c",
"protocols/elements/py_authentication_statement.c",
+ "environs/py_login.c",
"environs/py_server.c",
+ "environs/py_user.c",
"lassomod.c",
"utils.c", "wrap_objs.c"],
define_macros = define_macros,