This commit is contained in:
ramiro%netscape.com 1999-08-03 22:11:11 +00:00
Родитель 422e84ccad
Коммит 54d0ca6f1d
1 изменённых файлов: 18 добавлений и 15 удалений

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

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