summaryrefslogtreecommitdiff
path: root/sax/Library_fastsax.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_fastsax.mk
parent0cd3740c1d09b1a2c3c09e869bcad058e0fbf174 (diff)
sax: move xml2utf.cxx to libsax to prevent duplicate linkage warnings
Diffstat (limited to 'sax/Library_fastsax.mk')
-rw-r--r--sax/Library_fastsax.mk9
1 files changed, 0 insertions, 9 deletions
diff --git a/sax/Library_fastsax.mk b/sax/Library_fastsax.mk
index 58886d6e5b60..b3557bd1192a 100644
--- a/sax/Library_fastsax.mk
+++ b/sax/Library_fastsax.mk
@@ -52,18 +52,9 @@ $(eval $(call gb_Library_use_external,fastsax,zlib))
$(eval $(call gb_Library_use_external,fastsax,expat_utf8))
-# re-uses xml2utf object from sax.uno lib (see below)
$(eval $(call gb_Library_add_exception_objects,fastsax,\
sax/source/fastparser/facreg \
sax/source/fastparser/fastparser \
- sax/source/expatwrap/xml2utf \
))
-# mba: currently it's unclear whether xml2utf needs to be compiled with the
-# same compiler settings as in the sax.uno lib; in case not, we have to use
-# a custom target
-#$(eval $(call gb_Library_add_generated_exception_objects,fastsax,\
-# sax/source/expatwrap/xml2utf \
-#))
-
# vim: set noet sw=4 ts=4: