summaryrefslogtreecommitdiff
path: root/wizards/Pyuno_fax.mk
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2011-12-05 20:52:12 +0000
committerMichael Meeks <michael.meeks@suse.com>2011-12-05 20:53:25 +0000
commitfe05a4b4aaaabecd5d63362bd563188133dcb08c (patch)
treecf83aaa73f5c90395460475ab25579883f71fe07 /wizards/Pyuno_fax.mk
parent49df5176e5f72bc2943924b025afcc19d9b8ebec (diff)
fax wizard: build and install the java wizard in paralle to the python one
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 fa07924384ff..a0acbc5785d1 100644
--- a/wizards/Pyuno_fax.mk
+++ b/wizards/Pyuno_fax.mk
@@ -23,9 +23,9 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
-$(eval $(call gb_Pyuno_Pyuno,fax,$(SRCDIR)/wizards/com/sun/star/wizards/fax))
+$(eval $(call gb_Pyuno_Pyuno,pyfax,$(SRCDIR)/wizards/com/sun/star/wizards/fax))
-$(eval $(call gb_Pyuno_add_files,fax,\
+$(eval $(call gb_Pyuno_add_files,pyfax,\
__init__.py \
CallWizard.py \
CGFax.py \
@@ -36,6 +36,6 @@ $(eval $(call gb_Pyuno_add_files,fax,\
FaxWizardDialog.py \
FaxWizardDialogResources.py \
))
-$(eval $(call gb_Pyuno_set_componentfile_full,fax,wizards/com/sun/star/wizards/fax/fax,vnd.sun.star.expand:\dLO_LIB_DIR/wizards/fax/CallWizard,.py))
+$(eval $(call gb_Pyuno_set_componentfile_full,pyfax,wizards/com/sun/star/wizards/fax/pyfax,vnd.sun.star.expand:\dLO_LIB_DIR/wizards/fax/CallWizard,.py))
# vim:set shiftwidth=4 softtabstop=4 expandtab: