From 23b4803c907c7c3bc60a7770716f5783c3abd131 Mon Sep 17 00:00:00 2001 From: "mcmullen%netscape.com" Date: Wed, 2 Jun 1999 02:05:57 +0000 Subject: [PATCH] Export the prefs init files to dist. --- build/mac/NGLayoutBuildList.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/mac/NGLayoutBuildList.pm b/build/mac/NGLayoutBuildList.pm index a24667a9dc4..a2ded79ac20 100644 --- a/build/mac/NGLayoutBuildList.pm +++ b/build/mac/NGLayoutBuildList.pm @@ -235,6 +235,7 @@ sub BuildClientDist() _assertRightDirectory(); my $distdirectory = ":mozilla:dist"; # the parent directory in dist, including all the headers + my $dist_dir = _getDistDirectory(); # the subdirectory with the libs and executable. InstallFromManifest(":mozilla:lib:mac:Misc:MANIFEST", "$distdirectory:mac:common:"); @@ -282,6 +283,9 @@ sub BuildClientDist() #LIBREG InstallFromManifest(":mozilla:modules:libreg:include:MANIFEST", "$distdirectory:libreg:"); + #PREFS + InstallFromManifest(":mozilla:modules:libpref:src:MANIFEST_PREFS", $dist_dir."Components:", 1); + #XPCOM InstallFromManifest(":mozilla:xpcom:base:MANIFEST_IDL", "$distdirectory:idl:"); InstallFromManifest(":mozilla:xpcom:io:MANIFEST_IDL", "$distdirectory:idl:");