summaryrefslogtreecommitdiff
path: root/sw/Library_sw.mk
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.com>2014-03-15 16:45:46 +0100
committerTomaž Vajngerl <tomaz.vajngerl@collabora.com>2014-04-06 22:02:08 +0200
commit7f36ef95c02803954c333617ad8ebb4c84d52a71 (patch)
tree9858f2ae1c41292fb6b1b0f759c4dcefef063427 /sw/Library_sw.mk
parente340350d69aec3d82efb0c7904ceb7ff79154da7 (diff)
sw html: split htmldraw.cxx to reader and writer parts
Change-Id: Id9c9f1098a88bc31282863a5713c38850d03e62b
Diffstat (limited to 'sw/Library_sw.mk')
-rw-r--r--sw/Library_sw.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/Library_sw.mk b/sw/Library_sw.mk
index a21028d769b7..6f91e282ba26 100644
--- a/sw/Library_sw.mk
+++ b/sw/Library_sw.mk
@@ -485,7 +485,8 @@ $(eval $(call gb_Library_add_exception_objects,sw,\
sw/source/filter/html/htmlbas \
sw/source/filter/html/htmlcss1 \
sw/source/filter/html/htmlctxt \
- sw/source/filter/html/htmldraw \
+ sw/source/filter/html/htmldrawreader \
+ sw/source/filter/html/htmldrawwriter \
sw/source/filter/html/htmlfld \
sw/source/filter/html/htmlfldw \
sw/source/filter/html/htmlfly \