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 2006/03/31 01:21:40 UTC

svn commit: r390280 - in /webservices/axis2/trunk/c/samples/client: addr_echo/Makefile.am echo_non_blocking/Makefile.am google/Makefile.am notify/Makefile.am

Author: sahan
Date: Thu Mar 30 15:21:37 2006
New Revision: 390280

URL: http://svn.apache.org/viewcvs?rev=390280&view=rev
Log:
Fixing build

Modified:
    webservices/axis2/trunk/c/samples/client/addr_echo/Makefile.am
    webservices/axis2/trunk/c/samples/client/echo_non_blocking/Makefile.am
    webservices/axis2/trunk/c/samples/client/google/Makefile.am
    webservices/axis2/trunk/c/samples/client/notify/Makefile.am

Modified: webservices/axis2/trunk/c/samples/client/addr_echo/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/client/addr_echo/Makefile.am?rev=390280&r1=390279&r2=390280&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/client/addr_echo/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/client/addr_echo/Makefile.am Thu Mar 30 15:21:37 2006
@@ -4,7 +4,8 @@
 samples_DATA=echo_client.c README.txt Makefile.am
 addr_echo_SOURCES = echo_client.c
 
-addr_echo_LDADD   =  \
+addr_echo_LDADD   = $(LDFLAGS) \
+                    -L$(AXIS2C_HOME)/lib \
 					-laxis2_util \
                     -laxis2_om \
                     -laxis2_wsdl \

Modified: webservices/axis2/trunk/c/samples/client/echo_non_blocking/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/client/echo_non_blocking/Makefile.am?rev=390280&r1=390279&r2=390280&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/client/echo_non_blocking/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/client/echo_non_blocking/Makefile.am Thu Mar 30 15:21:37 2006
@@ -8,6 +8,7 @@
 echo_non_blocking_SOURCES = echo_client.c
 
 echo_non_blocking_LDADD   =  \
+                    -L$(AXIS2C_HOME)/lib \
 					-laxis2_util \
                     -laxis2_om \
                     -laxis2_wsdl \

Modified: webservices/axis2/trunk/c/samples/client/google/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/client/google/Makefile.am?rev=390280&r1=390279&r2=390280&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/client/google/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/client/google/Makefile.am Thu Mar 30 15:21:37 2006
@@ -5,6 +5,7 @@
 google_SOURCES = google_client.c
 
 google_LDADD   =    $(LDFLAGS) \
+                    -L$(AXIS2C_HOME)/lib \
 					-laxis2_util \
                     -laxis2_om \
                     -laxis2_wsdl \

Modified: webservices/axis2/trunk/c/samples/client/notify/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/client/notify/Makefile.am?rev=390280&r1=390279&r2=390280&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/client/notify/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/client/notify/Makefile.am Thu Mar 30 15:21:37 2006
@@ -5,6 +5,7 @@
 notify_SOURCES = notify_client.c
 
 notify_LDADD   =  \
+                    -L$(AXIS2C_HOME)/lib \
 					-laxis2_util \
                     -laxis2_om \
                     -laxis2_wsdl \