You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2005/12/27 03:41:32 UTC

svn commit: r359162 - in /webservices/axis2/trunk/c: include/axis2_soap_fault.h modules/xml/soap/src/Makefile.am

Author: samisa
Date: Mon Dec 26 18:41:26 2005
New Revision: 359162

URL: http://svn.apache.org/viewcvs?rev=359162&view=rev
Log:
Added the make file for SOAP

Modified:
    webservices/axis2/trunk/c/include/axis2_soap_fault.h
    webservices/axis2/trunk/c/modules/xml/soap/src/Makefile.am

Modified: webservices/axis2/trunk/c/include/axis2_soap_fault.h
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/include/axis2_soap_fault.h?rev=359162&r1=359161&r2=359162&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_soap_fault.h (original)
+++ webservices/axis2/trunk/c/include/axis2_soap_fault.h Mon Dec 26 18:41:26 2005
@@ -245,4 +245,5 @@
 #endif
 
  
- #endif /* AXIS2_SOAP_FAULT_H */
\ No newline at end of file
+#endif /* AXIS2_SOAP_FAULT_H */
+

Modified: webservices/axis2/trunk/c/modules/xml/soap/src/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/soap/src/Makefile.am?rev=359162&r1=359161&r2=359162&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/soap/src/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/xml/soap/src/Makefile.am Mon Dec 26 18:41:26 2005
@@ -1,6 +1,17 @@
 noinst_LTLIBRARIES = libaxis2_soap.la
 AM_CPPFLAGS = $(CPPFLAGS)
-libaxis2_soap_la_SOURCES =
+libaxis2_soap_la_SOURCES = axis2_soap_fault.c \
+                            axis2_soap_fault_code.c \
+                            axis2_soap_fault_detail.c \
+                            axis2_soap_fault_node.c \
+                            axis2_soap_fault_reason.c \
+                            axis2_soap_fault_role.c \
+                            axis2_soap_fault_sub_code.c \
+                            axis2_soap_fault_text.c \
+                            axis2_soap_fault_value.c \
+                            axis2_soap_header_block.c \
+                            axis2_soap_header.c \
+                            axis2_soap_utils.c
 
 libaxis2_soap_la_LIBADD = 
-INCLUDES = -I$(top_builddir)/include -I${CUTEST_HOME}/include
+INCLUDES = -I$(top_builddir)/include -I$(top_builddir)/modules/xml/parser -I$(top_builddir)/modules/util/src