diff options
author | David Tardon <dtardon@redhat.com> | 2013-04-11 16:22:18 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-04-13 09:26:17 +0200 |
commit | b80f40c56a87e82e29327aa11c920269d01e7f72 (patch) | |
tree | 0c2c24dab4eba7b37dc84811a0f960f5771a158f /wizards | |
parent | d01478a87aaf7c61d6be5d6eae9812c218497239 (diff) |
keep filename in sync with the Pyuno name
Change-Id: I7f171e3908eeddb5f24fd82fe7eb5cfbce77affe
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/Pyuno_commonwizards.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/Pyuno_commonwizards.mk b/wizards/Pyuno_commonwizards.mk index c3a96728e17d..ead94f2e6311 100644 --- a/wizards/Pyuno_commonwizards.mk +++ b/wizards/Pyuno_commonwizards.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,wizards,$(SRCDIR)/wizards/com/sun/star/wizards)) +$(eval $(call gb_Pyuno_Pyuno,commonwizards,$(SRCDIR)/wizards/com/sun/star/wizards)) -$(eval $(call gb_Pyuno_add_files,wizards,wizards,\ +$(eval $(call gb_Pyuno_add_files,commonwizards,wizards,\ __init__.py \ common/__init__.py \ common/ConfigGroup.py \ |