summaryrefslogtreecommitdiff
path: root/librelogo/Module_librelogo.mk
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-11-27 21:11:18 +0100
committerAndras Timar <atimar@suse.com>2012-11-28 21:22:47 +0100
commit78234602ceb6aaaff9996240b388be12fcff968f (patch)
treeab163b8dda42463167c1477638ce9d85bfb15e7f /librelogo/Module_librelogo.mk
parent5c34ee433b9f1191d14d64214a923b321e667a4c (diff)
LibreLogo integration (extension -> normal code)
While efforts have been made to make LibreLogo work with Python 3.3, there are still a few bugs, for example large Logo programs do not run correctly and Translate button does not work. Bugfixing is in progress. Change-Id: I4227ff86084f51047861897189d2317322296139
Diffstat (limited to 'librelogo/Module_librelogo.mk')
-rw-r--r--librelogo/Module_librelogo.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/librelogo/Module_librelogo.mk b/librelogo/Module_librelogo.mk
index 6db9719138a0..caa4cf96efb0 100644
--- a/librelogo/Module_librelogo.mk
+++ b/librelogo/Module_librelogo.mk
@@ -13,8 +13,8 @@ ifneq ($(DISABLE_SCRIPTING),TRUE)
ifneq ($(DISABLE_PYTHON),TRUE)
$(eval $(call gb_Module_add_targets,librelogo,\
- Configuration_librelogo \
- Extension_librelogo \
+ CustomTarget_librelogo \
+ Zip_librelogo \
))
endif