Added nsIScriptContextOwner.idl to the list of IDL files to build. Removed nsIScriptContextOwner.h from the list of export header files.

This commit is contained in:
tbogard%aol.net 1999-11-29 22:51:42 +00:00
Родитель 79556e2008
Коммит 6a6f6507e7
1 изменённых файлов: 3 добавлений и 2 удалений

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

@ -30,11 +30,12 @@ MODULE = dom
DIRS = base coreDom coreEvents range events html css
XPIDLSRCS = domstubs.idl
XPIDLSRCS = domstubs.idl \
nsIScriptContextOwner.idl \
$(NULL)
EXPORTS = \
nsIScriptContext.h \
nsIScriptContextOwner.h \
nsIJSScriptObject.h \
nsIJSNativeInitializer.h \
nsIScriptEventListener.h \