summaryrefslogtreecommitdiff
path: root/lib/pkcs7
diff options
context:
space:
mode:
authorTed Mielczarek <ted@mielczarek.org>2016-11-10 11:10:00 -0500
committerTed Mielczarek <ted@mielczarek.org>2016-11-10 11:10:00 -0500
commit22fb0d07595d1f8640fba409c0aceff63edc22da (patch)
tree6576501b3215cb00222f263560f69582e87b25cb /lib/pkcs7
parent8999603bb1e429ae3585ef59947421cade6bc1c4 (diff)
downloadnss-hg-22fb0d07595d1f8640fba409c0aceff63edc22da.tar.gz
bug 1316604 - Add variables for <(nss_dist_dir)/{public,private}. r=franziskus
Mozilla's build system currently puts NSS public headers directly in $(DIST)/include/nss, so we need a way to override the export directory.
Diffstat (limited to 'lib/pkcs7')
-rw-r--r--lib/pkcs7/exports.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/pkcs7/exports.gyp b/lib/pkcs7/exports.gyp
index 26c4e92c1..e5c9f0927 100644
--- a/lib/pkcs7/exports.gyp
+++ b/lib/pkcs7/exports.gyp
@@ -16,13 +16,13 @@
'secmime.h',
'secpkcs7.h'
],
- 'destination': '<(nss_dist_dir)/public/<(module)'
+ 'destination': '<(nss_public_dist_dir)/<(module)'
},
{
'files': [
'p7local.h'
],
- 'destination': '<(nss_dist_dir)/private/<(module)'
+ 'destination': '<(nss_private_dist_dir)/<(module)'
}
]
}