From 92525e7efba0dab5f52af0f893fc36b1c9ebd04e Mon Sep 17 00:00:00 2001 From: "scullin%netscape.com" Date: Mon, 19 Oct 1998 18:35:39 +0000 Subject: [PATCH] Moving xpcom public headers to public --- build/mac/BuildList.pm | 2 +- build/mac/NGLayoutBuildList.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/mac/BuildList.pm b/build/mac/BuildList.pm index cedb9bc41e6..640ace0b116 100644 --- a/build/mac/BuildList.pm +++ b/build/mac/BuildList.pm @@ -222,7 +222,7 @@ sub DistMozilla() InstallFromManifest(":mozilla:modules:security:freenav:MANIFEST", ":mozilla:dist:security:"); #XPCOM - InstallFromManifest(":mozilla:xpcom:src:MANIFEST", ":mozilla:dist:xpcom:"); + InstallFromManifest(":mozilla:xpcom:public:MANIFEST", ":mozilla:dist:xpcom:"); #ZLIB InstallFromManifest(":mozilla:modules:zlib:src:MANIFEST", ":mozilla:dist:zlib:"); diff --git a/build/mac/NGLayoutBuildList.pm b/build/mac/NGLayoutBuildList.pm index 04f99634817..63b04c37a15 100644 --- a/build/mac/NGLayoutBuildList.pm +++ b/build/mac/NGLayoutBuildList.pm @@ -231,7 +231,7 @@ sub BuildDist() [":mozilla:modules:libreg:include:MANIFEST", "$distdirectory:libreg:"], #XPCOM - [":mozilla:xpcom:src:MANIFEST", "$distdirectory:xpcom:"], + [":mozilla:xpcom:public:MANIFEST", "$distdirectory:xpcom:"], #ZLIB [":mozilla:modules:zlib:src:MANIFEST", "$distdirectory:zlib:"],