From 71e99e47e30fd86b4f52e0ad61096a471f245942 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Thu, 22 Jul 2004 17:00:23 +0000 Subject: usage of pkg-config to get library information in configure; automake for the python module; --- python/examples/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 python/examples/Makefile.am (limited to 'python/examples/Makefile.am') 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 -- cgit