diff options
author | Xisco Fauli <anistenis@gmail.com> | 2011-09-22 13:47:43 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2011-12-05 20:53:21 +0000 |
commit | cebdd70c03729ebe9624cb2d73922d93621cf461 (patch) | |
tree | b4662952d6a6a2ce33ae0f6aa491bf513c8ff70a /wizards | |
parent | 43e132ef1f10c473288088e755f3fe26e415afcc (diff) |
add fax files to makefile
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)) |