summaryrefslogtreecommitdiff
path: root/wizards/Pyuno_fax.mk
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2012-10-14 21:02:16 +0200
committerXisco Fauli <anistenis@gmail.com>2012-10-14 21:46:19 +0200
commit500edb98783fea1d8f244b0ca0d2eb5b099985e5 (patch)
tree8eea687acdcc79445b5718102512c44086a8e203 /wizards/Pyuno_fax.mk
parent4d40b6dc03b083ec38864a448c039c9c1360a1f6 (diff)
pyfax: Remove java code
Change-Id: If910b37990677458dcb2c88007ad713b1f208fbe
Diffstat (limited to 'wizards/Pyuno_fax.mk')
-rw-r--r--wizards/Pyuno_fax.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/wizards/Pyuno_fax.mk b/wizards/Pyuno_fax.mk
index 868eecf4785d..cd5990e77a8f 100644
--- a/wizards/Pyuno_fax.mk
+++ b/wizards/Pyuno_fax.mk
@@ -25,9 +25,9 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
-$(eval $(call gb_Pyuno_Pyuno,pyfax,$(SRCDIR)/wizards/com/sun/star/wizards/fax))
+$(eval $(call gb_Pyuno_Pyuno,fax,$(SRCDIR)/wizards/com/sun/star/wizards/fax))
-$(eval $(call gb_Pyuno_add_files,pyfax,\
+$(eval $(call gb_Pyuno_add_files,fax,\
__init__.py \
CallWizard.py \
CGFax.py \
@@ -38,6 +38,6 @@ $(eval $(call gb_Pyuno_add_files,pyfax,\
FaxWizardDialog.py \
FaxWizardDialogResources.py \
))
-$(eval $(call gb_Pyuno_set_componentfile_full,pyfax,wizards/com/sun/star/wizards/fax/pyfax,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))
# vim:set shiftwidth=4 softtabstop=4 expandtab: