summaryrefslogtreecommitdiff
path: root/lib/dbm
diff options
context:
space:
mode:
authorTim Taubert <ttaubert@mozilla.com>2016-10-21 11:43:12 +0200
committerTim Taubert <ttaubert@mozilla.com>2016-10-21 11:43:12 +0200
commite4189900a19e63f567c2174d2f1bdfed7b8ec958 (patch)
tree10b49b009b6d2928e6e55cd93d7f8ae9c64de0e5 /lib/dbm
parente826756a695bd527610ac3d41f9d3c4383bc6999 (diff)
downloadnss-hg-e4189900a19e63f567c2174d2f1bdfed7b8ec958.tar.gz
Bug 1311615 - Building with gyp should copy headers, libs, executables to the right directory r=franziskus
Differential Revision: https://nss-dev.phacility.com/D104
Diffstat (limited to 'lib/dbm')
-rw-r--r--lib/dbm/include/exports.gyp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/dbm/include/exports.gyp b/lib/dbm/include/exports.gyp
index 6bf58ac04..63859fbec 100644
--- a/lib/dbm/include/exports.gyp
+++ b/lib/dbm/include/exports.gyp
@@ -16,7 +16,7 @@
'ncompat.h',
'winfile.h'
],
- 'destination': '<(PRODUCT_DIR)/dist/<(module)/public'
+ 'destination': '<(nss_dist_dir)/public/<(module)'
},
{
'files': [
@@ -27,7 +27,7 @@
'queue.h',
'search.h'
],
- 'destination': '<(PRODUCT_DIR)/dist/<(module)/private'
+ 'destination': '<(nss_dist_dir)/private/<(module)'
}
]
}
@@ -35,4 +35,4 @@
'variables': {
'module': 'dbm'
}
-} \ No newline at end of file
+}