summaryrefslogtreecommitdiffstats
path: root/filter/Module_filter.mk
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2011-09-15 14:01:27 +0200
committerMichael Stahl <mst@openoffice.org>2011-09-15 14:07:27 +0200
commit2ee5f24cc6a75646691a4e7e45d28744c47ebce3 (patch)
tree2f7a13076c54cbf860a82ededcba778920715340 /filter/Module_filter.mk
parentadapt Configuration_filter.mk to ause130 changes (diff)
downloadcore-2ee5f24cc6a75646691a4e7e45d28744c47ebce3.tar.gz
core-2ee5f24cc6a75646691a4e7e45d28744c47ebce3.zip
filter: convert some libraries and jars to gbuild
Diffstat (limited to 'filter/Module_filter.mk')
-rw-r--r--filter/Module_filter.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/filter/Module_filter.mk b/filter/Module_filter.mk
index a44675473561..7d0f7235ee09 100644
--- a/filter/Module_filter.mk
+++ b/filter/Module_filter.mk
@@ -21,6 +21,26 @@ $(eval $(call gb_Module_Module,filter))
$(eval $(call gb_Module_add_targets,filter,\
Configuration_filter \
+ Jar_XSLTFilter \
+ Jar_XSLTValidate \
+ Library_PptImporter \
+ Library_filtertracer \
+ Library_flash \
+ Library_msfilter \
+ Library_pdffilter \
+ Library_placeware \
+ Library_svgfilter \
+ Library_t602filter \
+ Library_xmlfa \
+ Library_xmlfd \
+ Package_inc \
+ Package_docbook \
+ Package_xslt \
+))
+
+# TODO
+#$(eval $(call gb_Module_add_subsequentcheck_targets,filter,\
+ JunitTest_filter_complex \
))
# vim: set noet sw=4 ts=4: