diff options
Diffstat (limited to 'wizards/Pyuno_agenda.mk')
-rw-r--r-- | wizards/Pyuno_agenda.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/Pyuno_agenda.mk b/wizards/Pyuno_agenda.mk index 2fe25bc373fa..d1f822cb33f8 100644 --- a/wizards/Pyuno_agenda.mk +++ b/wizards/Pyuno_agenda.mk @@ -22,6 +22,6 @@ $(eval $(call gb_Pyuno_add_files,agenda,wizards/agenda,\ TemplateConsts.py \ TopicsControl.py \ )) -$(eval $(call gb_Pyuno_set_componentfile_full,agenda,wizards/com/sun/star/wizards/agenda/agenda,vnd.openoffice.pymodule:wizards.agenda,.CallWizard)) +$(eval $(call gb_Pyuno_set_componentfile_full,agenda,wizards/com/sun/star/wizards/agenda/agenda,vnd.openoffice.pymodule:wizards.agenda,.CallWizard,services)) # vim:set noet sw=4 ts=4: |