зеркало из https://github.com/mozilla/gecko-dev.git
Adding nsProxiedService.h to export.
This commit is contained in:
Родитель
10a036778c
Коммит
fc44591bbd
|
@ -29,9 +29,11 @@ XPIDLSRCS = \
|
|||
nsIProxyCreateInstance.idl \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS = nsProxyEvent.h \
|
||||
nsProxyObjectManager.h\
|
||||
$(NULL)
|
||||
EXPORTS = \
|
||||
nsProxyEvent.h \
|
||||
nsProxyObjectManager.h \
|
||||
nsProxiedService.h \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@ MODULE=xpcom
|
|||
EXPORTS = \
|
||||
nsProxyEvent.h \
|
||||
nsProxyObjectManager.h \
|
||||
nsProxiedService.h \
|
||||
$(NULL)
|
||||
|
||||
XPIDL_MODULE = proxyObjInst
|
||||
|
|
Загрузка…
Ссылка в новой задаче