summaryrefslogtreecommitdiffstats
path: root/sax/Library_expwrap.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-03-12 18:16:54 +0100
committerMichael Stahl <mstahl@redhat.com>2012-03-12 18:30:35 +0100
commit9365c975f8d2423c238961c0771ddeeae687f4cf (patch)
tree973521b9d35732c4a61593365795349291e77500 /sax/Library_expwrap.mk
parentsmoketest: fix duplicate linkage warning (diff)
downloadcore-9365c975f8d2423c238961c0771ddeeae687f4cf.tar.gz
core-9365c975f8d2423c238961c0771ddeeae687f4cf.zip
sax: move xml2utf.cxx to libsax to prevent duplicate linkage warnings
Diffstat (limited to 'sax/Library_expwrap.mk')
-rw-r--r--sax/Library_expwrap.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sax/Library_expwrap.mk b/sax/Library_expwrap.mk
index 0e35acd03e9c..f1104cbc6825 100644
--- a/sax/Library_expwrap.mk
+++ b/sax/Library_expwrap.mk
@@ -44,6 +44,7 @@ $(eval $(call gb_Library_add_linked_libs,expwrap,\
cppu \
cppuhelper \
sal \
+ sax \
$(gb_STDLIBS) \
))
@@ -53,7 +54,6 @@ $(eval $(call gb_Library_add_exception_objects,expwrap,\
sax/source/expatwrap/attrlistimpl \
sax/source/expatwrap/sax_expat \
sax/source/expatwrap/saxwriter \
- sax/source/expatwrap/xml2utf \
))
# vim: set noet sw=4 ts=4: