Make svg2odf really build :-)

This commit is contained in:
Jan Holesovsky 2012-04-14 16:03:10 +02:00
parent c0a3ff4ad8
commit 3c0f54a41a
2 changed files with 6 additions and 0 deletions

View file

@ -34,6 +34,11 @@ $(eval $(call gb_Executable_use_api,svg2odf,\
udkapi \
))
$(eval $(call gb_Executable_set_include,svg2odf,\
$$(INCLUDE) \
-I$(SRCDIR)/filter/inc \
))
$(eval $(call gb_Executable_use_libraries,svg2odf,\
svgfilter \
$(gb_STDLIBS) \

View file

@ -27,6 +27,7 @@ $(eval $(call gb_Module_add_targets,filter,\
AllLangResTarget_xsltdlg \
Configuration_filter \
CustomTarget_svg \
Executable_svg2odf \
Library_PptImporter \
Library_egi \
Library_eme \