summaryrefslogtreecommitdiffstats
path: root/python/protocols/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'python/protocols/Makefile.am')
-rw-r--r--python/protocols/Makefile.am35
1 files changed, 35 insertions, 0 deletions
diff --git a/python/protocols/Makefile.am b/python/protocols/Makefile.am
new file mode 100644
index 00000000..3401e473
--- /dev/null
+++ b/python/protocols/Makefile.am
@@ -0,0 +1,35 @@
+SUBDIRS = elements
+
+INCLUDES = \
+ -DPACKAGE=\"@PACKAGE@\" \
+ -I$(top_srcdir) \
+ -I$(top_srcdir)/lasso \
+ $(LASSO_DEFINES) \
+ $(LASSO_CFLAGS) \
+ $(PY_CFLAGS) \
+ $(NULL)
+
+noinst_LIBRARIES = libprotocols.a
+
+libprotocols_a_SOURCES = \
+ py_authn_request.c \
+ py_authn_response.c \
+ py_federation_termination_notification.c \
+ py_logout_request.c \
+ py_logout_response.c \
+ py_name_identifier_mapping_request.c \
+ py_name_identifier_mapping_response.c \
+ py_register_name_identifier_request.c \
+ py_register_name_identifier_response.c
+
+EXTRA_DIST = \
+ py_authn_request.h \
+ py_authn_response.h \
+ py_federation_termination_notification.h \
+ py_logout_request.h \
+ py_logout_response.h \
+ py_name_identifier_mapping_request.h \
+ py_name_identifier_mapping_response.h \
+ py_register_name_identifier_request.h \
+ py_register_name_identifier_response.h
+