From 1e01e2dca8a48013696dfb411ecc8cd5d9334654 Mon Sep 17 00:00:00 2001 From: "joki%netscape.com" Date: Fri, 21 Aug 1998 21:59:08 +0000 Subject: [PATCH] Fix makefile typo to fix unix builds --- dom/public/MANIFEST | 3 ++- dom/public/Makefile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dom/public/MANIFEST b/dom/public/MANIFEST index bd79a39cfb1..09322bd2e2c 100644 --- a/dom/public/MANIFEST +++ b/dom/public/MANIFEST @@ -24,4 +24,5 @@ nsIScriptGlobalObject.h nsIScriptEventListener.h nsIDOMWindow.h nsIDOMLocation.h -nsIDOMNavigator.h \ No newline at end of file +nsIDOMNavigator.h +nsIDOMWindowCollection.h diff --git a/dom/public/Makefile b/dom/public/Makefile index 2ad5e889431..d0c2b19a4b2 100644 --- a/dom/public/Makefile +++ b/dom/public/Makefile @@ -31,7 +31,7 @@ EXPORTS = \ nsIDOMWindow.h \ nsIDOMNavigator.h \ nsIDOMLocation.h \ - nsIDOMWindowCollection \ + nsIDOMWindowCollection.h \ $(NULL) MODULE = dom