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

git-svn-id: svn://10.0.0.236/trunk@111110 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
peterlubczynski%netscape.com 2001-12-27 19:22:11 +00:00
parent a8d142db3a
commit 09be28004c
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