diff options
author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-09 16:07:36 +0000 |
---|---|---|
committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-09 16:07:36 +0000 |
commit | 425c710ee7d7cfbbb496909b24ce038c2f6768b8 (patch) | |
tree | 237b350fad8d6b14679906e198a0080f1e13cb0f /python/setup.py | |
parent | 32b13e03dce0109b3445fda6b8d895a053353b6b (diff) | |
download | lasso-425c710ee7d7cfbbb496909b24ce038c2f6768b8.tar.gz lasso-425c710ee7d7cfbbb496909b24ce038c2f6768b8.tar.xz lasso-425c710ee7d7cfbbb496909b24ce038c2f6768b8.zip |
*** empty log message ***
Diffstat (limited to 'python/setup.py')
-rwxr-xr-x | python/setup.py | 2 |
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, |