configure inclusion/exclusion of scripting providers

This commit is contained in:
David Tardon
2011-02-18 09:35:06 +01:00
parent 5847e3c3bd
commit d73b8d1054
3 changed files with 15 additions and 0 deletions

View File

@@ -36,6 +36,11 @@ TARGET=pyprov
# ------------------------------------------------------------------
.IF "$(ENABLE_SCRIPTING_PYTHON)" != "YES"
@all:
@echo "Script Provider for Python build disabled."
.ENDIF
# --- Targets ------------------------------------------------------
ALL : ALLTAR \