Make svg2odf really build :-)
This commit is contained in:
parent
c0a3ff4ad8
commit
3c0f54a41a
2 changed files with 6 additions and 0 deletions
|
@ -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) \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue