Bug 232431

exthandler should not export as many headers
only export nsOSHelperAppService.h. this is needed because docshell depends on
it, and docshell's makefile does not know which OSHelperAppService it needs.

r=bzbarsky sr=darin
This commit is contained in:
cbiesinger%web.de 2004-01-28 21:59:10 +00:00
parent d097c3ae58
commit 80b568ca68

View File

@ -88,10 +88,8 @@ endif
LOCAL_INCLUDES = -I$(srcdir)
EXPORTS = nsExternalHelperAppService.h \
nsExternalProtocolHandler.h \
EXPORTS = \
$(OSDIR)/nsOSHelperAppService.h \
nsHelperAppRDF.h \
$(NULL)
XPIDLSRCS = \