summaryrefslogtreecommitdiff
path: root/sax/Library_expwrap.mk
diff options
context:
space:
mode:
authorMohammed Abdul Azeem <azeemmysore@gmail.com>2016-06-13 23:30:09 +0530
committerMichael Meeks <michael.meeks@collabora.com>2016-06-17 10:04:58 +0000
commit551a5066fcc8000850d34408d8c1bcdd5b599db3 (patch)
tree3db4333c535b828e61147d4a7c34bc02d27590d6 /sax/Library_expwrap.mk
parent4561119a8bab986df25a5ce2a544aa96394cbd5d (diff)
GSoC: Mapping legacy sax parser and XFastParser
This implements legacy parser interface using XFastParser, and unit test is also added. Change-Id: Ia2eb7d517d80a3f7ec0cf26ffa2e5747ad22b186 Reviewed-on: https://gerrit.libreoffice.org/26229 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'sax/Library_expwrap.mk')
-rw-r--r--sax/Library_expwrap.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sax/Library_expwrap.mk b/sax/Library_expwrap.mk
index e8e049ab1efd..6b38278982e9 100644
--- a/sax/Library_expwrap.mk
+++ b/sax/Library_expwrap.mk
@@ -44,6 +44,7 @@ $(eval $(call gb_Library_add_exception_objects,expwrap,\
sax/source/expatwrap/saxwriter \
sax/source/expatwrap/xml2utf \
sax/source/fastparser/fastparser \
+ sax/source/fastparser/legacyfastparser \
))
# vim: set noet sw=4 ts=4: