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

« back to all changes in this revision

Viewing changes to lasso/xml/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Frederic Peters
  • Date: 2014-01-07 13:22:21 UTC
  • mfrom: (1.1.11) (7.1.14 sid)
  • Revision ID: package-import@ubuntu.com-20140107132221-htp0go0s9z5lqvj8
Tags: 2.4.0-1
* New upstream version.
* debian/control, debian/rules: use autoreconf
* debian/source/version: switch to 3.0 (quilt)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
MAINTAINERCLEANFILES = Makefile.in
2
 
SUBDIRS = saml-2.0 soap-1.1
 
2
SUBDIRS = saml-2.0 soap-1.1 dsig
3
3
if WSF_ENABLED
4
4
SUBDIRS += id-wsf-2.0 ws
5
5
endif
134
134
        soap_binding_ext_service_instance_update.h \
135
135
        soap_binding_ext_timeout.h \
136
136
        soap_binding.h \
137
 
        utility_status.h \
138
 
        tools.h
 
137
        utility_status.h
139
138
endif
140
139
 
141
140
liblasso_xml_la_SOURCES = \
142
141
        tools.c \
143
142
        xml.c \
144
 
        ds_key_info.c \
145
 
        ds_key_value.c \
146
 
        ds_rsa_key_value.c \
147
143
        lib_assertion.c \
148
144
        lib_authentication_statement.c \
149
145
        lib_authn_context.c     \
195
191
liblassoinclude_HEADERS = \
196
192
        strings.h \
197
193
        xml.h \
198
 
        ds_key_info.h \
199
 
        ds_key_value.h \
200
 
        ds_rsa_key_value.h \
201
194
        lib_assertion.h \
202
195
        lib_authentication_statement.h \
203
196
        lib_authn_context.h     \
245
238
        samlp_status.h \
246
239
        samlp_status_code.h \
247
240
        xml_enc.h \
 
241
        tools.h \
248
242
        $(WSF_H_FILES)
249
243
 
250
244
lasso_private_h_sources = \