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 2006/01/16 05:11:30 UTC

svn commit: r369336 - /webservices/axis2/trunk/c/test/core/deployment/Makefile.am

Author: damitha
Date: Sun Jan 15 20:11:26 2006
New Revision: 369336

URL: http://svn.apache.org/viewcvs?rev=369336&view=rev
Log:
AXIS2C_INSTALL replace with AXIS2C_HOME

Modified:
    webservices/axis2/trunk/c/test/core/deployment/Makefile.am

Modified: webservices/axis2/trunk/c/test/core/deployment/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/core/deployment/Makefile.am?rev=369336&r1=369335&r2=369336&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/core/deployment/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/deployment/Makefile.am Sun Jan 15 20:11:26 2006
@@ -4,7 +4,7 @@
 AM_CPPFLAGS = $(CPPFLAGS) -g -O2 -pthread
 test_deployment_SOURCES = test_deployment.c
 
-test_deployment_LDADD   =  -L$(AXIS2C_INSTALL)/lib \
+test_deployment_LDADD   =  -L$(AXIS2C_HOME)/lib \
 					-laxis2_util \
                     -laxis2_context \
                     -laxis2_description \