You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by pi...@apache.org on 2008/12/05 07:35:42 UTC

svn commit: r723611 - in /webservices/axis2/trunk/c/samples: client/Makefile.am configure.ac

Author: pini
Date: Thu Dec  4 22:35:41 2008
New Revision: 723611

URL: http://svn.apache.org/viewvc?rev=723611&view=rev
Log:
Fixed build break

Modified:
    webservices/axis2/trunk/c/samples/client/Makefile.am
    webservices/axis2/trunk/c/samples/configure.ac

Modified: webservices/axis2/trunk/c/samples/client/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/client/Makefile.am?rev=723611&r1=723610&r2=723611&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/client/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/client/Makefile.am Thu Dec  4 22:35:41 2008
@@ -1,2 +1,2 @@
-SUBDIRS = echo math google notify mtom yahoo amqp version interop mtom_callback
+SUBDIRS = echo math google notify mtom yahoo amqp version mtom_callback
 EXTRA_DIST= Makefile.am

Modified: webservices/axis2/trunk/c/samples/configure.ac
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/configure.ac?rev=723611&r1=723610&r2=723611&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/configure.ac (original)
+++ webservices/axis2/trunk/c/samples/configure.ac Thu Dec  4 22:35:41 2008
@@ -145,12 +145,6 @@
     client/amqp/mtom/resources/Makefile \
     user_guide/Makefile \
     user_guide/clients/Makefile \
-    client/interop/Makefile \
-    client/interop/mtom/Makefile \
-    client/interop/mtom/mtom_echoBinaryAsString/Makefile \
-    client/interop/mtom/mtom_echoStringAsBinary/Makefile \
-    client/interop/mtom/mtom_echoBinaryArrayAsStringArray/Makefile \
-    client/interop/mtom/mtom_echoBinaryFieldAsString/Makefile \
     mtom_caching_callback/Makefile \
     mtom_sending_callback/Makefile    
     ])