From ec5da0dbf26846380e4157a275971506ae49e2a8 Mon Sep 17 00:00:00 2001 From: "gayatrib%netscape.com" Date: Wed, 19 May 1999 04:13:22 +0000 Subject: [PATCH] Modified to include all the new xul files --- profile/resources/Makefile.in | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/profile/resources/Makefile.in b/profile/resources/Makefile.in index c444a786ee0..e0657528ad1 100644 --- a/profile/resources/Makefile.in +++ b/profile/resources/Makefile.in @@ -26,15 +26,24 @@ include $(topsrcdir)/config/config.mk include $(topsrcdir)/config/rules.mk -FILES = \ - content1.xul \ - content2.xul \ - content3.xul \ - content4.xul \ - cpw.xul \ - navigation.xul \ - common.css \ - $(NULL) +FILES=\ + content1.xul \ + content2.xul \ + content3.xul \ + content4.xul \ + contentManager4.xul \ + cpw.xul \ + navigationStart.xul \ + navigationFinish.xul \ + navigationManagerStart.xul \ + navigationManagerFinish.xul \ + cpwManager.xul \ + renameProfile.html \ + profileManagerContainer.xul \ + profileManager.html \ + errorDialog.html \ + common.css \ + $(NULL) FILES := $(addprefix $(srcdir)/, $(FILES))