diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2004-07-22 17:00:23 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2004-07-22 17:00:23 +0000 |
| commit | 71e99e47e30fd86b4f52e0ad61096a471f245942 (patch) | |
| tree | 301f552a078c6448527ccf67436d908641bd9da7 /python/doc/tutorial | |
| parent | bc8081c0cd2378aefe1bdf69ab2a158ce9b35f5c (diff) | |
| download | lasso-71e99e47e30fd86b4f52e0ad61096a471f245942.tar.gz lasso-71e99e47e30fd86b4f52e0ad61096a471f245942.tar.xz lasso-71e99e47e30fd86b4f52e0ad61096a471f245942.zip | |
usage of pkg-config to get library information in configure; automake for the
python module;
Diffstat (limited to 'python/doc/tutorial')
| -rw-r--r-- | python/doc/tutorial/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/python/doc/tutorial/Makefile.am b/python/doc/tutorial/Makefile.am new file mode 100644 index 00000000..f484bc67 --- /dev/null +++ b/python/doc/tutorial/Makefile.am @@ -0,0 +1,7 @@ +EXTRA_DIST = sp-init.py \ + sp-login-process-authn-response.py \ + sp-login-send-authn-request.py \ + sp-logout-process-idp-initiated-redirect-request.py \ + sp-logout-process-idp-initiated-soap-request.py \ + sp-logout-process-response.py \ + sp-logout-send-request.py |
