Added the installation of CSS and JS files.

This commit is contained in:
rhp%netscape.com 1999-03-12 03:17:45 +00:00
Родитель 44bb053168
Коммит 7a738e1a7a
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -44,6 +44,10 @@ EXPORTS = nsRFC822toHTMLStreamConverter.h \
mimerosetta.h \
$(NULL)
EXPORT_RESOURCE_SAMPLES := \
mail.css \
mail.js
CPPSRCS = \
nsMimeFactory.cpp \
nsRFC822toHTMLStreamConverter.cpp \
@ -142,3 +146,5 @@ include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk
install:: $(PROGRAM)
$(INSTALL) $(EXPORT_RESOURCE_SAMPLES) $(DIST)/bin/res