summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-08-30 13:40:33 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-08-30 19:59:41 +0000
commitaa05e128de6a8dd0382d0c324676c728dc347ac0 (patch)
treea5b4de0fe209841991e3e80b1490efa4d87073e4 /sdext
parentc871c0695cd4683327188d9c7e4daeba7d55d795 (diff)
ENABLE_MINIMIZER Harmonize ENABLE_* variable to TRUE/<nothing>
Change-Id: I10c52844c6e83f6b88cf736c03d93e710a69432a Reviewed-on: https://gerrit.libreoffice.org/5705 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'sdext')
-rw-r--r--sdext/Module_sdext.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/Module_sdext.mk b/sdext/Module_sdext.mk
index 60d74fcfe0ac..c6e48d6d38a3 100644
--- a/sdext/Module_sdext.mk
+++ b/sdext/Module_sdext.mk
@@ -13,7 +13,7 @@ $(eval $(call gb_Module_add_targets,sdext,\
Library_PresenterScreen \
))
-ifeq ($(ENABLE_MINIMIZER),YES)
+ifeq ($(ENABLE_MINIMIZER),TRUE)
$(eval $(call gb_Module_add_targets,sdext,\
Configuration_minimizer \
Extension_minimizer \