NetSupportPrompt.xul was missing

This commit is contained in:
morse%netscape.com 1999-07-17 02:05:21 +00:00
parent a59b3b2577
commit b0979069d4
2 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,7 @@ EXPORT_RESOURCE_CONTENT = \
$(srcdir)/NetSupportAlert.xul \
$(srcdir)/NetSupportConfirmCheck.xul \
$(srcdir)/NetSupportPassword.xul \
$(srcdir)/NetSupportPrompt.xul \
$(srcdir)/NetSupportUserPAssword.xul \
$(NULL)

View File

@ -34,6 +34,7 @@ install::
$(MAKE_INSTALL) NetSupportAlert.xul $(DISTBROWSWER)
$(MAKE_INSTALL) NetSupportConfirmCheck.xul $(DISTBROWSWER)
$(MAKE_INSTALL) NetSupportPassword.xul $(DISTBROWSWER)
$(MAKE_INSTALL) NetSupportPrompt.xul $(DISTBROWSWER)
$(MAKE_INSTALL) NetSupportUserPassword.xul $(DISTBROWSWER)
$(MAKE_INSTALL) tooltip.js $(DISTBROWSWER)
@ -51,5 +52,6 @@ clobber::
rm -f $(DISTBROWSER)\NetSupportAlert.xul
rm -f $(DISTBROWSER)\NetSupportConfirmCheck.xul
rm -f $(DISTBROWSER)\NetSupportPassword.xul
rm -f $(DISTBROWSER)\NetSupportPrompt.xul
rm -f $(DISTBROWSER)\NetSupportUserPassword.xul
rm -f $(DISTBROWSER)\tooltip.js