summaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/mork/moz.build11
1 files changed, 5 insertions, 6 deletions
diff --git a/db/mork/moz.build b/db/mork/moz.build
index a4cc91c19..25d128122 100644
--- a/db/mork/moz.build
+++ b/db/mork/moz.build
@@ -3,9 +3,8 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-if not CONFIG['NSS_DISABLE_DBM'] and CONFIG['MOZ_MORK']:
- DIRS += [
- 'public',
- 'src',
- 'build',
- ]
+DIRS += [
+ 'public',
+ 'src',
+ 'build',
+]