From 014aebaaa29a48c671414df2a0d5d1373d29ceda Mon Sep 17 00:00:00 2001 From: "peterlubczynski%netscape.com" Date: Thu, 27 Dec 2001 19:22:11 +0000 Subject: [PATCH] Fixing plugin SDK makefiles to include nsIComponentManagerObsolete.h, not part of the build --- modules/plugin/tools/sdk/Makefile.in | 1 + modules/plugin/tools/sdk/makefile.win | 1 + 2 files changed, 2 insertions(+) diff --git a/modules/plugin/tools/sdk/Makefile.in b/modules/plugin/tools/sdk/Makefile.in index c861bcd5036c..275b0578e464 100644 --- a/modules/plugin/tools/sdk/Makefile.in +++ b/modules/plugin/tools/sdk/Makefile.in @@ -61,6 +61,7 @@ libs:: $(MAKE_INSTALL) $(XPDIST)\include\xpcom\nsrootidl.h .\include $(MAKE_INSTALL) $(XPDIST)\include\xpcom\nsTraceRefcnt.h .\include $(MAKE_INSTALL) $(XPDIST)\include\xpcom\nsXPCOM.h .\include + $(MAKE_INSTALL) $(XPDIST)\include\xpcom\nsIComponentManagerObsolete.h .\include $(INSTALL) $(XPDIST)/include/nspr/pratom.h ./include $(INSTALL) $(XPDIST)/include/nspr/prcpucfg.h ./include diff --git a/modules/plugin/tools/sdk/makefile.win b/modules/plugin/tools/sdk/makefile.win index 4988d9a7e77d..7a3cb53bcb2f 100644 --- a/modules/plugin/tools/sdk/makefile.win +++ b/modules/plugin/tools/sdk/makefile.win @@ -66,6 +66,7 @@ export:: $(MAKE_INSTALL) $(XPDIST)\include\xpcom\nsrootidl.h .\include $(MAKE_INSTALL) $(XPDIST)\include\xpcom\nsTraceRefcnt.h .\include $(MAKE_INSTALL) $(XPDIST)\include\xpcom\nsXPCOM.h .\include + $(MAKE_INSTALL) $(XPDIST)\include\xpcom\nsIComponentManagerObsolete.h .\include $(MAKE_INSTALL) $(XPDIST)\include\nspr\pratom.h .\include $(MAKE_INSTALL) $(XPDIST)\include\nspr\prcpucfg.h .\include