From 61f3f54f3761131dfe9771349e273f27e20573e0 Mon Sep 17 00:00:00 2001 From: "pinkerton%netscape.com" Date: Wed, 24 Feb 1999 17:36:37 +0000 Subject: [PATCH] Add manifest file for xpcom/src --- build/mac/NGLayoutBuildList.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/mac/NGLayoutBuildList.pm b/build/mac/NGLayoutBuildList.pm index 0faf4a3becc..628edd7f1a3 100644 --- a/build/mac/NGLayoutBuildList.pm +++ b/build/mac/NGLayoutBuildList.pm @@ -203,7 +203,8 @@ sub BuildDist() #XPCOM InstallFromManifest(":mozilla:xpcom:public:MANIFEST", "$distdirectory:xpcom:"); - + InstallFromManifest(":mozilla:xpcom:src:MANIFEST", "$distdirectory:xpcom:"); + #ZLIB InstallFromManifest(":mozilla:modules:zlib:src:MANIFEST", "$distdirectory:zlib:");