summaryrefslogtreecommitdiff
path: root/lib/cryptohi
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/cryptohi
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/cryptohi')
-rw-r--r--lib/cryptohi/exports.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/cryptohi/exports.gyp b/lib/cryptohi/exports.gyp
index bc96eb2fd..bb910592c 100644
--- a/lib/cryptohi/exports.gyp
+++ b/lib/cryptohi/exports.gyp
@@ -23,13 +23,13 @@
'keythi.h',
'sechash.h'
],
- 'destination': '<(nss_dist_dir)/public/<(module)'
+ 'destination': '<(nss_public_dist_dir)/<(module)'
},
{
'files': [
'keyi.h',
],
- 'destination': '<(nss_dist_dir)/private/<(module)'
+ 'destination': '<(nss_private_dist_dir)/<(module)'
}
]
}