You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2006/09/12 03:45:03 UTC

svn commit: r442410 - /incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/Makefile.am

Author: jsdelfino
Date: Mon Sep 11 18:45:03 2006
New Revision: 442410

URL: http://svn.apache.org/viewvc?view=rev&rev=442410
Log:
Link libtuscany_sdo.sdo with libxml2.so so that clients of the SDO library do not need to do it

Modified:
    incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/Makefile.am

Modified: incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/Makefile.am?view=diff&rev=442410&r1=442409&r2=442410
==============================================================================
--- incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/Makefile.am (original)
+++ incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/Makefile.am Mon Sep 11 18:45:03 2006
@@ -80,7 +80,7 @@
 	XSDPropertyInfo.cpp \
 	XSDTypeInfo.cpp
 
-libtuscany_sdo_la_LIBADD =
+libtuscany_sdo_la_LIBADD = -L${LIBXML2_LIB} -lxml2
 
 INCLUDES = -I$(top_builddir)/runtime/core/src \
            -I${LIBXML2_INCLUDE}



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