summaryrefslogtreecommitdiffstats
path: root/lasso/xml/saml-2.0/Makefile.am
blob: 52d1ff7f288fc41e90036f653a76eb0ee0f93248 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
liblassoincludedir = $(includedir)/lasso/xml/saml-2.0

INCLUDES = \
	-I$(top_srcdir) \
	-I$(top_srcdir)/lasso \
	$(LASSO_CORE_CFLAGS) \
	-DG_LOG_DOMAIN=\"lasso\"

noinst_LTLIBRARIES = liblasso-xml-saml2.la

liblasso_xml_saml2_la_SOURCES = \
	saml2_action.c \
	saml2_advice.c \
	saml2_assertion.c \
	saml2_attribute.c \
	saml2_attribute_statement.c \
	saml2_attribute_value.c \
	saml2_audience_restriction.c \
	saml2_authn_context.c \
	saml2_authn_statement.c \
	saml2_authz_decision_statement.c \
	saml2_base_idabstract.c \
	saml2_condition_abstract.c \
	saml2_conditions.c \
	saml2_encrypted_element.c \
	saml2_evidence.c \
	saml2_key_info_confirmation_data.c \
	saml2_name_id.c \
	saml2_one_time_use.c \
	saml2_proxy_restriction.c \
	saml2_statement_abstract.c \
	saml2_subject.c \
	saml2_subject_confirmation.c \
	saml2_subject_confirmation_data.c \
	saml2_subject_locality.c \
	samlp2_artifact_resolve.c \
	samlp2_artifact_response.c \
	samlp2_assertion_idrequest.c \
	samlp2_attribute_query.c \
	samlp2_authn_query.c \
	samlp2_authn_request.c \
	samlp2_authz_decision_query.c \
	samlp2_extensions.c \
	samlp2_idp_entry.c \
	samlp2_idp_list.c \
	samlp2_logout_request.c \
	samlp2_logout_response.c \
	samlp2_manage_name_id_request.c \
	samlp2_manage_name_id_response.c \
	samlp2_name_id_mapping_request.c \
	samlp2_name_id_mapping_response.c \
	samlp2_name_id_policy.c \
	samlp2_request_abstract.c \
	samlp2_requested_authn_context.c \
	samlp2_response.c \
	samlp2_scoping.c \
	samlp2_status.c \
	samlp2_status_code.c \
	samlp2_status_detail.c \
	samlp2_status_response.c \
	samlp2_subject_query_abstract.c \
	samlp2_terminate.c

liblassoinclude_HEADERS = \
	saml2_action.h \
	saml2_advice.h \
	saml2_assertion.h \
	saml2_attribute.h \
	saml2_attribute_statement.h \
	saml2_attribute_value.h \
	saml2_audience_restriction.h \
	saml2_authn_context.h \
	saml2_authn_statement.h \
	saml2_authz_decision_statement.h \
	saml2_base_idabstract.h \
	saml2_condition_abstract.h \
	saml2_conditions.h \
	saml2_encrypted_element.h \
	saml2_evidence.h \
	saml2_key_info_confirmation_data.h \
	saml2_name_id.h \
	saml2_one_time_use.h \
	saml2_proxy_restriction.h \
	saml2_statement_abstract.h \
	saml2_subject_confirmation_data.h \
	saml2_subject_confirmation.h \
	saml2_subject.h \
	saml2_subject_locality.h \
	samlp2_artifact_resolve.h \
	samlp2_artifact_response.h \
	samlp2_assertion_idrequest.h \
	samlp2_attribute_query.h \
	samlp2_authn_query.h \
	samlp2_authn_request.h \
	samlp2_authz_decision_query.h \
	samlp2_extensions.h \
	samlp2_idp_entry.h \
	samlp2_idp_list.h \
	samlp2_logout_request.h \
	samlp2_logout_response.h \
	samlp2_manage_name_id_request.h \
	samlp2_manage_name_id_response.h \
	samlp2_name_id_mapping_request.h \
	samlp2_name_id_mapping_response.h \
	samlp2_name_id_policy.h \
	samlp2_request_abstract.h \
	samlp2_requested_authn_context.h \
	samlp2_response.h \
	samlp2_scoping.h \
	samlp2_status_code.h \
	samlp2_status_detail.h \
	samlp2_status.h \
	samlp2_status_response.h \
	samlp2_subject_query_abstract.h \
	samlp2_terminate.h