Adding nsIProcess to unix build. a=dougt sr=brendan

git-svn-id: svn://10.0.0.236/trunk@85299 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbragg%netscape.com 2001-01-22 21:44:04 +00:00
parent 4ff1e419f4
commit 830b5d58df

View File

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