diff --git a/mozilla/xpcom/threads/Makefile.in b/mozilla/xpcom/threads/Makefile.in index f693f5d16b4..d3b3cb66b13 100644 --- a/mozilla/xpcom/threads/Makefile.in +++ b/mozilla/xpcom/threads/Makefile.in @@ -40,11 +40,13 @@ CPPSRCS = \ nsEventQueue.cpp \ nsEventQueueService.cpp \ nsThread.cpp \ + nsProcessCommon.cpp \ $(NULL) EXPORTS = \ nsAutoLock.h \ plevent.h \ + nsProcess.h \ $(NULL) XPIDLSRCS = \ @@ -53,6 +55,7 @@ XPIDLSRCS = \ nsIRunnable.idl \ nsIEventQueue.idl \ nsIEventQueueService.idl \ + nsIProcess.idl \ $(NULL) EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))