bah, disabled too much

This commit is contained in:
David Tardon
2011-02-19 07:55:57 +01:00
parent f2262ff737
commit 7502033e82

View File

@@ -34,14 +34,6 @@ TARGET=pyprov
.INCLUDE : settings.mk
# ------------------------------------------------------------------
.IF "$(ENABLE_SCRIPTING_PYTHON)" != "YES"
@all:
@echo "Script Provider for Python build disabled."
.ENDIF
# --- Targets ------------------------------------------------------
ALL : ALLTAR \
$(DLLDEST)$/officehelper.py \
@@ -51,7 +43,7 @@ $(DLLDEST)$/%.py: %.py
cp $? $@
# scripting provider extension
.IF "$(L10N_framework)"==""
.IF "$(L10N_framework)"=="" && "$(ENABLE_SCRIPTING_PYTHON)" == "YES"
EXTENSIONNAME:=ScriptProviderForPython
EXTENSION_ZIPNAME:=script-provider-for-python