~ubuntu-branches/ubuntu/hardy/lasso/hardy

« back to all changes in this revision

Viewing changes to lasso/xml/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2007-07-31 21:35:26 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070731213526-oc6jw5mprcd5tjyy
Tags: 2.0.0-1ubuntu1
* Merge from debian unstable. Remaining changes:
  + debian/control:
    - Modify Maintainer value to match DebianMaintainerField spec.
* debian/rules:
  + Add CC=gcc-4.2 to the configure call else configure won't find jni.h
    from libgcj8-dev.
* configure{,.ac}:
  + Add missing quotes around the value for PHP[45]_LIBS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
        disco_resource_offering.c \
33
33
        disco_send_single_logout.c \
34
34
        disco_service_instance.c \
35
 
        ds_key_info.c \
36
 
        ds_key_value.c \
37
 
        ds_rsa_key_value.c \
38
35
        dst_data.c \
39
36
        dst_modification.c \
40
37
        dst_modify.c \
100
97
        disco_resource_offering.h \
101
98
        disco_send_single_logout.h \
102
99
        disco_service_instance.h \
103
 
        ds_key_info.h \
104
 
        ds_key_value.h \
105
 
        ds_rsa_key_value.h \
106
100
        dst_data.h \
107
101
        dst_modification.h \
108
102
        dst_modify.h \
151
145
liblasso_xml_la_SOURCES = \
152
146
        tools.c \
153
147
        xml.c \
 
148
        ds_key_info.c \
 
149
        ds_key_value.c \
 
150
        ds_rsa_key_value.c \
154
151
        lib_assertion.c \
155
152
        lib_authentication_statement.c \
156
153
        lib_authn_context.c     \
201
198
liblassoinclude_HEADERS = \
202
199
        strings.h \
203
200
        xml.h \
 
201
        ds_key_info.h \
 
202
        ds_key_value.h \
 
203
        ds_rsa_key_value.h \
204
204
        lib_assertion.h \
205
205
        lib_authentication_statement.h \
206
206
        lib_authn_context.h     \
249
249
        $(WSF_H_FILES)
250
250
 
251
251
lasso_private_h_sources = \
252
 
        private.h
 
252
        private.h \
 
253
        xml_enc.h
253
254
 
254
255
EXTRA_DIST = $(lasso_private_h_sources)