diff options
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/Pyuno_fax.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/wizards/Pyuno_fax.mk b/wizards/Pyuno_fax.mk index 8e658dcac24a..61467a1db256 100644 --- a/wizards/Pyuno_fax.mk +++ b/wizards/Pyuno_fax.mk @@ -27,6 +27,14 @@ $(eval $(call gb_Pyuno_Pyuno,fax,$(SRCDIR)/wizards/com/sun/star/wizards/fax)) $(eval $(call gb_Pyuno_add_files,fax,\ CallWizard.py \ + CGFax.py \ + CGFaxWizard.py \ + FaxDocument.py \ + FaxWizardDialogConst.py \ + FaxWizardDialogImpl.py \ + FaxWizardDialog.py \ + FaxWizardDialogResources.py \ + __init__.py \ )) $(eval $(call gb_Pyuno_set_componentfile,fax,wizards/com/sun/star/wizards/fax/fax)) |