Fixing plugin SDK makefiles to include nsIComponentManagerObsolete.h, not part of the build

This commit is contained in:
peterlubczynski%netscape.com 2001-12-27 19:22:11 +00:00
parent ec50a3dde7
commit 014aebaaa2
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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