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

This commit is contained in:
dbragg%netscape.com 2001-01-22 21:44:04 +00:00
Родитель f59a2a1d62
Коммит 2888f1180b
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

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