From e180c28cb1d2342a4f58480bcee940aa54637eb6 Mon Sep 17 00:00:00 2001 From: "tbogard%aol.net" Date: Sun, 28 Nov 1999 02:15:11 +0000 Subject: [PATCH] Added nsIInterfaceRequestor.cpp to the build. --- xpcom/base/Makefile.in | 1 + xpcom/base/makefile.win | 1 + 2 files changed, 2 insertions(+) diff --git a/xpcom/base/Makefile.in b/xpcom/base/Makefile.in index f604e9ae4ec..219cceee543 100644 --- a/xpcom/base/Makefile.in +++ b/xpcom/base/Makefile.in @@ -35,6 +35,7 @@ REQUIRES = xpcom CPPSRCS = \ nsAllocator.cpp \ nsDebug.cpp \ + nsIInterfaceRequestor.cpp \ nsTraceRefcnt.cpp \ nsCOMPtr.cpp \ nsID.cpp \ diff --git a/xpcom/base/makefile.win b/xpcom/base/makefile.win index 8da06324581..0f46a202a72 100644 --- a/xpcom/base/makefile.win +++ b/xpcom/base/makefile.win @@ -83,6 +83,7 @@ CPP_OBJS = \ .\$(OBJDIR)\nsCOMPtr.obj \ .\$(OBJDIR)\nsCWeakReference.obj \ .\$(OBJDIR)\nsID.obj \ + .\$(OBJDIR)\nsIInterfaceRequestor.obj \ .\$(OBJDIR)\nsTraceRefcnt.obj \ .\$(OBJDIR)\nsWeakReference.obj \ !ifdef GC_LEAK_DETECTOR