зеркало из https://github.com/mozilla/gecko-dev.git
Fix build bustage on unix.
This commit is contained in:
Родитель
422e84ccad
Коммит
54d0ca6f1d
|
@ -25,23 +25,26 @@ include $(DEPTH)/config/autoconf.mk
|
|||
MODULE = raptor
|
||||
|
||||
EXPORTS = \
|
||||
nsIBrowserWindow.h \
|
||||
nsIContentViewer.h \
|
||||
nsIContentViewerContainer.h \
|
||||
nsIDocumentLoader.h \
|
||||
nsIDocumentLoaderObserver.h \
|
||||
nsILinkHandler.h \
|
||||
nsIThrobber.h \
|
||||
nsIWebShell.h \
|
||||
nsIWebShellServices.h \
|
||||
nsIClipboardCommands.h \
|
||||
nsweb.h \
|
||||
nsIDocStreamLoaderFactory.h \
|
||||
nsIUrlDispatcher.h \
|
||||
nsIBrowserWindow.h \
|
||||
nsIContentViewer.h \
|
||||
nsIContentViewerContainer.h \
|
||||
nsIDocumentLoader.h \
|
||||
nsIDocumentLoaderObserver.h \
|
||||
nsILinkHandler.h \
|
||||
nsIThrobber.h \
|
||||
nsIWebShell.h \
|
||||
nsIWebShellServices.h \
|
||||
nsIClipboardCommands.h \
|
||||
nsweb.h \
|
||||
nsIDocStreamLoaderFactory.h \
|
||||
nsIUrlDispatcher.h \
|
||||
$(NULL)
|
||||
|
||||
ifdef NECKO
|
||||
nsIRefreshURI.h \
|
||||
endif
|
||||
EXPORTS +=\
|
||||
nsIRefreshURI.h \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче