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 pi...@apache.org on 2006/12/19 07:40:10 UTC

svn commit: r488551 - /webservices/axis2/trunk/c/xml_schema/samples/Makefile.am

Author: pini
Date: Mon Dec 18 22:40:09 2006
New Revision: 488551

URL: http://svn.apache.org/viewvc?view=rev&rev=488551
Log:
linking libraries from $AXIS2C_HOME

Modified:
    webservices/axis2/trunk/c/xml_schema/samples/Makefile.am

Modified: webservices/axis2/trunk/c/xml_schema/samples/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/samples/Makefile.am?view=diff&rev=488551&r1=488550&r2=488551
==============================================================================
--- webservices/axis2/trunk/c/xml_schema/samples/Makefile.am (original)
+++ webservices/axis2/trunk/c/xml_schema/samples/Makefile.am Mon Dec 18 22:40:09 2006
@@ -4,7 +4,8 @@
 check_PROGRAMS = test_schema
 test_schema_SOURCES = test_schema.c
 
-test_schema_LDADD   = -laxis2_xml_schema  \
+test_schema_LDADD   =	-L$(AXIS2C_HOME)/lib \
+						-laxis2_xml_schema  \
 						-laxis2_axiom \
 						-laxis2_parser
 



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org