diff options
author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-09 17:13:24 +0000 |
---|---|---|
committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-09 17:13:24 +0000 |
commit | 43c7e91e2576d48b5446aee9ca6a3ff9ed4bd551 (patch) | |
tree | 57bd344890db180529297ca56753d7c79f44ad67 /python/setup.py | |
parent | ee6e79e10b4285ac15a18794291eb8079065579a (diff) | |
download | lasso-43c7e91e2576d48b5446aee9ca6a3ff9ed4bd551.tar.gz lasso-43c7e91e2576d48b5446aee9ca6a3ff9ed4bd551.tar.xz lasso-43c7e91e2576d48b5446aee9ca6a3ff9ed4bd551.zip |
*** empty log message ***
Diffstat (limited to 'python/setup.py')
-rwxr-xr-x | python/setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/setup.py b/python/setup.py index a1965bc6..ba1cf784 100755 --- a/python/setup.py +++ b/python/setup.py @@ -217,6 +217,7 @@ em = Extension("lassomod", "protocols/elements/py_assertion.c", "protocols/elements/py_authentication_statement.c", "environs/py_login.c", + "environs/py_logout.c", "environs/py_server.c", "environs/py_user.c", "lassomod.c", |