summaryrefslogtreecommitdiffstats
path: root/axiom/src/soap/Makefile.am
blob: 5b53ba8ecc1fc8d3a0bf05c88b64c7bd72a5a192 (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
noinst_LTLIBRARIES = libaxis2_soap.la
libaxis2_soap_la_SOURCES = soap_fault.c \
                           soap_fault_code.c \
                           soap_fault_detail.c \
                           soap_fault_node.c \
                           soap_fault_reason.c \
                           soap_fault_role.c \
                           soap_fault_sub_code.c \
                           soap_fault_text.c \
                           soap_fault_value.c \
                           soap_header_block.c \
                           soap_header.c \
                           soap_body.c \
                           soap_envelope.c \
                           soap_builder.c \
                           soap11_builder_helper.c \
                           soap12_builder_helper.c

libaxis2_soap_la_LIBADD = 
INCLUDES = -I$(top_builddir)/include \
            -I$(top_builddir)/src/parser \
            -I$(top_builddir)/src/om \
			-I ../../../util/include

EXTRA_DIST =     axiom_soap11_builder_helper.h \
		_axiom_soap_fault_code.h _axiom_soap_fault_reason.h \
		_axiom_soap_fault_value.h axiom_soap12_builder_helper.h \
		_axiom_soap_fault_detail.h _axiom_soap_fault_role.h \
		_axiom_soap_header_block.h _axiom_soap_body.h \
		_axiom_soap_fault.h _axiom_soap_fault_sub_code.h \
		_axiom_soap_header.h _axiom_soap_envelope.h \
		_axiom_soap_fault_node.h _axiom_soap_fault_text.h