dicka 2005/01/12 07:48:24
Modified: c/src/soap Makefile.am
Log:
Modification of Makefile.am to support OO Model for XSD simple types.
Submitted by: Adrian Dick
Revision Changes Path
1.13 +20 -5 ws-axis/c/src/soap/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /home/cvs/ws-axis/c/src/soap/Makefile.am,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Makefile.am 12 Jan 2005 14:32:55 -0000 1.12
+++ Makefile.am 12 Jan 2005 15:48:24 -0000 1.13
@@ -15,12 +15,27 @@
SoapMethod.cpp \
SoapSerializer.cpp \
URIMapping.cpp \
- SoapKeywordMapping.cpp \
- apr_base64.c \
- HexCoder.cpp \
+ SoapKeywordMapping.cpp \
+ apr_base64.c \
+ HexCoder.cpp \
AxisSoapException.cpp \
- SoapAttachment.cpp \
- SoapAttachementHeaders.cpp
+ SoapAttachment.cpp \
+ SoapAttachementHeaders.cpp \
+ xsd/AnyURI.cpp \
+ xsd/Base64Binary.cpp \
+ xsd/Boolean.cpp \
+ xsd/Date.cpp \
+ xsd/DateTime.cpp \
+ xsd/Decimal.cpp \
+ xsd/Double.cpp \
+ xsd/Duration.cpp \
+ xsd/Float.cpp \
+ xsd/HexBinary.cpp \
+ xsd/IAnySimpleType.cpp \
+ xsd/NOTATION.cpp \
+ xsd/String.cpp \
+ xsd/Time.cpp \
+ xsd/XSD_QName.cpp
libsoap_la_LIBADD = $(LDFLAGS)
INCLUDES = -I../../include
|