~ubuntu-branches/ubuntu/utopic/lasso/utopic-proposed

« back to all changes in this revision

Viewing changes to lasso/xml/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Frederic Peters
  • Date: 2004-09-13 09:26:34 UTC
  • Revision ID: james.westby@ubuntu.com-20040913092634-01vdfl8j9cp94exa
Tags: upstream-0.4.1
ImportĀ upstreamĀ versionĀ 0.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
liblassoincludedir = $(includedir)/lasso/xml
 
2
 
 
3
INCLUDES = \
 
4
        -I$(top_srcdir) \
 
5
        -I$(top_srcdir)/lasso \
 
6
        $(LASSO_DEFINES) \
 
7
        $(LASSO_CFLAGS) \
 
8
        -DG_LOG_DOMAIN=\"lasso\"
 
9
 
 
10
noinst_LTLIBRARIES = liblasso-xml.la
 
11
 
 
12
liblasso_xml_la_SOURCES = \
 
13
        tools.c \
 
14
        debug.c \
 
15
        errors.c \
 
16
        xml.c \
 
17
        lib_assertion.c \
 
18
        lib_authentication_statement.c \
 
19
        lib_authn_context.c     \
 
20
        lib_authn_request.c     \
 
21
        lib_authn_request_envelope.c    \
 
22
        lib_authn_response.c \
 
23
        lib_authn_response_envelope.c \
 
24
        lib_federation_termination_notification.c \
 
25
        lib_idp_entries.c       \
 
26
        lib_idp_entry.c \
 
27
        lib_idp_list.c  \
 
28
        lib_idp_provided_name_identifier.c \
 
29
        lib_logout_request.c \
 
30
        lib_logout_response.c \
 
31
        lib_name_identifier_mapping_request.c \
 
32
        lib_name_identifier_mapping_response.c \
 
33
        lib_old_provided_name_identifier.c \
 
34
        lib_register_name_identifier_request.c \
 
35
        lib_register_name_identifier_response.c \
 
36
        lib_request_authn_context.c     \
 
37
        lib_scoping.c \
 
38
        lib_sp_provided_name_identifier.c \
 
39
        lib_status_response.c \
 
40
        lib_subject.c \
 
41
        saml_advice.c \
 
42
        saml_assertion.c \
 
43
        saml_audience_restriction_condition.c \
 
44
        saml_authentication_statement.c \
 
45
        saml_authority_binding.c \
 
46
        saml_condition_abstract.c \
 
47
        saml_conditions.c \
 
48
        saml_name_identifier.c \
 
49
        saml_statement_abstract.c \
 
50
        saml_subject.c \
 
51
        saml_subject_confirmation.c \
 
52
        saml_subject_locality.c \
 
53
        saml_subject_statement_abstract.c \
 
54
        samlp_request.c \
 
55
        samlp_request_abstract.c \
 
56
        samlp_response.c \
 
57
        samlp_response_abstract.c \
 
58
        samlp_status.c \
 
59
        samlp_status_code.c \
 
60
        soap-env_envelope.c \
 
61
        soap-env_body.c
 
62
 
 
63
liblassoinclude_HEADERS = \
 
64
        strings.h \
 
65
        tools.h \
 
66
        debug.h \
 
67
        errors.h \
 
68
        lib.h \
 
69
        saml.h \
 
70
        xml.h   \
 
71
        lib_assertion.h \
 
72
        lib_authentication_statement.h \
 
73
        lib_authn_context.h     \
 
74
        lib_authn_request.h     \
 
75
        lib_authn_request_envelope.h    \
 
76
        lib_authn_response.h \
 
77
        lib_authn_response_envelope.h \
 
78
        lib_federation_termination_notification.h \
 
79
        lib_idp_entries.h       \
 
80
        lib_idp_entry.h \
 
81
        lib_idp_list.h  \
 
82
        lib_idp_provided_name_identifier.h \
 
83
        lib_logout_request.h \
 
84
        lib_logout_response.h \
 
85
        lib_name_identifier_mapping_request.h \
 
86
        lib_name_identifier_mapping_response.h \
 
87
        lib_old_provided_name_identifier.h \
 
88
        lib_register_name_identifier_request.h \
 
89
        lib_register_name_identifier_response.h \
 
90
        lib_request_authn_context.h     \
 
91
        lib_scoping.h \
 
92
        lib_sp_provided_name_identifier.h \
 
93
        lib_status_response.h \
 
94
        lib_subject.h \
 
95
        saml_advice.h \
 
96
        saml_assertion.h \
 
97
        saml_audience_restriction_condition.h \
 
98
        saml_authentication_statement.h \
 
99
        saml_authority_binding.h \
 
100
        saml_condition_abstract.h \
 
101
        saml_conditions.h \
 
102
        saml_name_identifier.h \
 
103
        saml_statement_abstract.h \
 
104
        saml_subject.h \
 
105
        saml_subject_confirmation.h \
 
106
        saml_subject_locality.h \
 
107
        saml_subject_statement_abstract.h \
 
108
        samlp_request.h \
 
109
        samlp_request_abstract.h \
 
110
        samlp_response.h \
 
111
        samlp_response_abstract.h \
 
112
        samlp_status.h \
 
113
        samlp_status_code.h \
 
114
        soap-env_envelope.h \
 
115
        soap-env_body.h