process also resource files

This commit is contained in:
Matúš Kukan
2011-08-10 15:57:25 +02:00
parent f521db9f7a
commit ed4393f649
2 changed files with 7 additions and 0 deletions

View File

@@ -34,6 +34,12 @@ $(eval $(call gb_AllLangResTarget_add_srs,xmlsec,\
$(eval $(call gb_SrsTarget_SrsTarget,xmlsec/res))
$(eval $(call gb_SrsTarget_set_include,xmlsec/res,\
$$(INCLUDE) \
-I$(realpath $(SRCDIR)/xmlsec/inc/xmlsecurity) \
-I$(realpath $(SRCDIR)/xmlsec/source/dialogs) \
))
$(eval $(call gb_SrsTarget_add_files,xmlsec/res,\
xmlsecurity/source/dialogs/certificateviewer.src \
xmlsecurity/source/dialogs/macrosecurity.src \

View File

@@ -31,6 +31,7 @@ $(eval $(call gb_Module_Module,xmlsecurity))
ifeq ($(WITH_MOZILLA),YES)
$(eval $(call gb_Module_add_targets,xmlsecurity,\
AllLangResTarget_xsec \
Library_xmlsecurity \
Library_xsec_fw \
))