diff options
Diffstat (limited to 'wizards/Pyuno_fax.mk')
-rw-r--r-- | wizards/Pyuno_fax.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/Pyuno_fax.mk b/wizards/Pyuno_fax.mk index 9b3c193aff15..c087673f873e 100644 --- a/wizards/Pyuno_fax.mk +++ b/wizards/Pyuno_fax.mk @@ -20,6 +20,6 @@ $(eval $(call gb_Pyuno_add_files,fax,wizards/fax,\ FaxWizardDialog.py \ FaxWizardDialogResources.py \ )) -$(eval $(call gb_Pyuno_set_componentfile_full,fax,wizards/com/sun/star/wizards/fax/fax,vnd.openoffice.pymodule:wizards.fax,.CallWizard)) +$(eval $(call gb_Pyuno_set_componentfile_full,fax,wizards/com/sun/star/wizards/fax/fax,vnd.openoffice.pymodule:wizards.fax,.CallWizard,services)) # vim:set noet sw=4 ts=4: |