summaryrefslogtreecommitdiffstats
path: root/python/examples
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-07-22 17:00:23 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-07-22 17:00:23 +0000
commit71e99e47e30fd86b4f52e0ad61096a471f245942 (patch)
tree301f552a078c6448527ccf67436d908641bd9da7 /python/examples
parentbc8081c0cd2378aefe1bdf69ab2a158ce9b35f5c (diff)
downloadlasso-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/examples')
-rw-r--r--python/examples/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/python/examples/Makefile.am b/python/examples/Makefile.am
new file mode 100644
index 00000000..1d1d499f
--- /dev/null
+++ b/python/examples/Makefile.am
@@ -0,0 +1,9 @@
+EXTRA_DIST = \
+ defederation.py \
+ login.py \
+ logout-from-idp.py \
+ logout.py \
+ mapping.py \
+ registration.py \
+ test.py \
+ user.py