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 da...@apache.org on 2005/12/13 08:28:42 UTC

svn commit: r356496 - in /webservices/axis2/trunk/c/modules/core/context/src: Makefile.am op_ctx.c operation_ctx.c

Author: damitha
Date: Mon Dec 12 23:28:26 2005
New Revision: 356496

URL: http://svn.apache.org/viewcvs?rev=356496&view=rev
Log:
renamed operation_ctx.c to op_ctx.c

Added:
    webservices/axis2/trunk/c/modules/core/context/src/op_ctx.c
      - copied unchanged from r356490, webservices/axis2/trunk/c/modules/core/context/src/operation_ctx.c
Removed:
    webservices/axis2/trunk/c/modules/core/context/src/operation_ctx.c
Modified:
    webservices/axis2/trunk/c/modules/core/context/src/Makefile.am

Modified: webservices/axis2/trunk/c/modules/core/context/src/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/context/src/Makefile.am?rev=356496&r1=356495&r2=356496&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/context/src/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/context/src/Makefile.am Mon Dec 12 23:28:26 2005
@@ -1,6 +1,11 @@
 lib_LTLIBRARIES = libaxis2_context.la
 AM_CPPFLAGS = $(CPPFLAGS)
-libaxis2_context_la_SOURCES = ctx.c msg_ctx.c operation_ctx.c svc_ctx.c svc_grp_ctx.c conf_ctx.c
+libaxis2_context_la_SOURCES = ctx.c \
+                                msg_ctx.c \
+                                op_ctx.c \
+                                svc_ctx.c \
+                                svc_grp_ctx.c \
+                                conf_ctx.c
 
 libaxis2_context_la_LIBADD = $(LDFLAGS)
 INCLUDES = -I${CUTEST_HOME}/include \