summaryrefslogtreecommitdiffstats
path: root/security/nss/lib/softoken/exports.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'security/nss/lib/softoken/exports.gyp')
-rw-r--r--security/nss/lib/softoken/exports.gyp10
1 files changed, 8 insertions, 2 deletions
diff --git a/security/nss/lib/softoken/exports.gyp b/security/nss/lib/softoken/exports.gyp
index d11d8e49a..82b9817e6 100644
--- a/security/nss/lib/softoken/exports.gyp
+++ b/security/nss/lib/softoken/exports.gyp
@@ -19,7 +19,6 @@
},
{
'files': [
- 'lgglue.h',
'pkcs11ni.h',
'sdb.h',
'sftkdbt.h',
@@ -27,7 +26,14 @@
'softoken.h',
'softoknt.h'
],
- 'destination': '<(nss_private_dist_dir)/<(module)'
+ 'destination': '<(nss_private_dist_dir)/<(module)',
+ 'conditions': [
+ [ 'disable_dbm==0', {
+ 'files': [
+ 'lgglue.h',
+ ]
+ }]
+ ]
}
]
}