diff options
author | Michael Stahl <mst@openoffice.org> | 2011-09-15 14:01:33 +0200 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2011-09-15 14:07:28 +0200 |
commit | 83cb157c54701d70d302004fa6a5d8bdc8c4a098 (patch) | |
tree | 9cba5546a31a98261a62f9caae6e1647b9a24b69 /postprocess | |
parent | 2ee5f24cc6a75646691a4e7e45d28744c47ebce3 (diff) |
filter: convert some more libraries to gbuild
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/packcomponents/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk index 6f41ae9005c5..fc2d249b493d 100644 --- a/postprocess/packcomponents/makefile.mk +++ b/postprocess/packcomponents/makefile.mk @@ -63,6 +63,7 @@ my_components = \ component/dbaccess/util/sdbt \ component/dtrans/util/mcnttype \ component/fileaccess/source/fileacc \ + component/filter/source/config/cache/filterconfig1 \ component/filter/source/flash/flash \ component/filter/source/msfilter/msfilter \ component/filter/source/pdf/pdffilter \ @@ -71,6 +72,8 @@ my_components = \ component/filter/source/t602/t602filter \ component/filter/source/xmlfilteradaptor/xmlfa \ component/filter/source/xmlfilterdetect/xmlfd \ + component/filter/source/xsltdialog/xsltdlg \ + component/filter/source/xsltfilter/xsltfilter \ component/forms/util/frm \ component/formula/util/for \ component/framework/util/fwk \ @@ -139,7 +142,6 @@ my_components = \ dlgprov \ embobj \ evtatt \ - filterconfig1 \ flat \ fpicker \ fps_office \ @@ -166,8 +168,6 @@ my_components = \ ucppkg1 \ ucptdoc1 \ vbaevents \ - xsltdlg \ - xsltfilter \ .IF "$(BUILD_TYPE)" != "$(BUILD_TYPE:s/DESKTOP//)" my_components += \ |