Modified to include all the new xul files

This commit is contained in:
gayatrib%netscape.com 1999-05-19 04:13:22 +00:00
Родитель f8b9684c67
Коммит ec5da0dbf2
1 изменённых файлов: 18 добавлений и 9 удалений

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

@ -26,15 +26,24 @@ include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk
FILES = \ FILES=\
content1.xul \ content1.xul \
content2.xul \ content2.xul \
content3.xul \ content3.xul \
content4.xul \ content4.xul \
cpw.xul \ contentManager4.xul \
navigation.xul \ cpw.xul \
common.css \ navigationStart.xul \
$(NULL) navigationFinish.xul \
navigationManagerStart.xul \
navigationManagerFinish.xul \
cpwManager.xul \
renameProfile.html \
profileManagerContainer.xul \
profileManager.html \
errorDialog.html \
common.css \
$(NULL)
FILES := $(addprefix $(srcdir)/, $(FILES)) FILES := $(addprefix $(srcdir)/, $(FILES))