Update '--disable-python' to disable only Python UNO API.

* scripting/source/pyprov/makefile.mk:
This commit is contained in:
Hanno Meyer-Thurow
2011-04-25 21:51:35 +02:00
parent ad52909ea0
commit 33aea8abd6

View File

@@ -35,7 +35,8 @@ TARGET=pyprov
.INCLUDE : settings.mk
# --- Targets ------------------------------------------------------
.IF "$(DISABLE_PYTHON)" != "TRUE"
# mailmerge is put in an extra services.rdb
# simply do not fiddle with that. cws sb123, sb129
ALL : ALLTAR \
$(DLLDEST)$/officehelper.py \
$(DLLDEST)$/mailmerge.py
@@ -68,9 +69,3 @@ COMPONENT_FILES=$(EXTENSIONDIR)$/pythonscript.py
.INCLUDE : target.mk
.ENDIF
.ELSE
.INCLUDE : target.mk
.ENDIF