diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-11-26 17:32:03 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-11-26 17:32:03 +0100 |
commit | 8849f61270fec9c3e1a09ad29824c95d6d41c997 (patch) | |
tree | 4cf80fae52bfad455ae7c1fa13d5897495282af7 | |
parent | 112bfeec9530b05f3fbcfb1bddb6a9653451bef6 (diff) |
CWS gnumake2: some adaptions to changes on master in removed makefile.mk files
-rw-r--r-- | sw/Library_msword.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/Library_msword.mk b/sw/Library_msword.mk index 5aebe867f806..35eaa1617f66 100644 --- a/sw/Library_msword.mk +++ b/sw/Library_msword.mk @@ -73,13 +73,16 @@ $(eval $(call gb_Library_add_linked_libs,msword,\ )) $(eval $(call gb_Library_add_exception_objects,msword,\ - sw/source/filter/rtf/rtfatr \ sw/source/filter/rtf/rtffld \ sw/source/filter/rtf/rtffly \ sw/source/filter/rtf/rtfnum \ sw/source/filter/rtf/rtftbl \ sw/source/filter/rtf/swparrtf \ - sw/source/filter/rtf/wrtrtf \ + sw/source/filter/ww8/rtfattributeoutput \ + sw/source/filter/ww8/rtfexport \ + sw/source/filter/ww8/rtfexportfilter \ + sw/source/filter/ww8/rtfimportfilter \ + sw/source/filter/ww8/rtfsdrexport \ sw/source/filter/ww8/WW8FFData \ sw/source/filter/ww8/WW8FibData \ sw/source/filter/ww8/WW8Sttbf \ |