summaryrefslogtreecommitdiff
path: root/shell/Library_gconfbe.mk
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-08-30 23:12:19 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-08-30 23:12:19 -0500
commit81510ee8a59636d9cbc2c3172361685e3573b415 (patch)
treefa473939ab9c990556c2e9d62360abd20d1c5449 /shell/Library_gconfbe.mk
parent7c88b25b9eac22f5f926df22e0fa359276090c0b (diff)
ENABLE_LOCKDOWN Harmonize ENABLE_* variable to TRUE/<nothing>
Change-Id: I47b2d7a59bbf1f5a96523d451c8b6f4fa12c8e90
Diffstat (limited to 'shell/Library_gconfbe.mk')
-rw-r--r--shell/Library_gconfbe.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/Library_gconfbe.mk b/shell/Library_gconfbe.mk
index f034589d5349..78e184eec88d 100644
--- a/shell/Library_gconfbe.mk
+++ b/shell/Library_gconfbe.mk
@@ -9,7 +9,7 @@
$(eval $(call gb_Library_Library,gconfbe1))
-ifeq ($(ENABLE_LOCKDOWN),YES)
+ifeq ($(ENABLE_LOCKDOWN),TRUE)
$(eval $(call gb_Library_add_defs,gconfbe1,\
-DENABLE_LOCKDOWN \
))