mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Mac build system changes to jar up the LDAP chrome stuff when building with 'options ldap'. Part of fix for bug 79935; r=pavlov@netscape.com.
This commit is contained in:
parent
96ea8f8f07
commit
f4c1719b7b
@ -320,6 +320,10 @@ sub ProcessJarManifests()
|
||||
{
|
||||
CreateJarFromManifest(":mozilla:extensions:cview:resources:jar.mn", $chrome_dir, \%jars);
|
||||
}
|
||||
if ($main::options{ldap})
|
||||
{
|
||||
CreateJarFromManifest(":mozilla:directory:xpcom:base:resources:jar.mn", $chrome_dir, \%jars);
|
||||
}
|
||||
if ($main::options{ldap_experimental})
|
||||
{
|
||||
CreateJarFromManifest(":mozilla:directory:xpcom:tests:jar.mn", $chrome_dir, \%jars);
|
||||
|
Loading…
Reference in New Issue
Block a user