bug #63193 --> add nsExternalProtocolHandler to the unix build

This commit is contained in:
mscott%netscape.com 2001-02-07 02:03:55 +00:00
Родитель 8037bcf476
Коммит 368ec71975
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -44,6 +44,7 @@ endif
OSHELPER = nsOSHelperAppService.cpp
EXPORTS = nsExternalHelperAppService.h \
nsExternalProtocolHandler.h \
$(OSDIR)/nsOSHelperAppService.h \
nsHelperAppRDF.h \
$(NULL)
@ -56,6 +57,7 @@ XPIDLSRCS = \
CPPSRCS = \
nsExternalHelperAppService.cpp \
nsExternalProtocolHandler.cpp \
$(OSHELPER) \
$(NULL)