diff --git a/mozilla/xpfe/browser/samples/Makefile.in b/mozilla/xpfe/browser/samples/Makefile.in index 0b7577105ca..aafb90b00b9 100644 --- a/mozilla/xpfe/browser/samples/Makefile.in +++ b/mozilla/xpfe/browser/samples/Makefile.in @@ -32,6 +32,7 @@ EXPORT_RESOURCE_SAMPLES = \ $(srcdir)/dexparamdialog.xul \ $(srcdir)/dexsimplemaster.xul \ $(srcdir)/dexsimpledialog.xul \ + $(srcdir)/tab.xul \ $(NULL) install:: diff --git a/mozilla/xpfe/browser/samples/makefile.win b/mozilla/xpfe/browser/samples/makefile.win index 03c90b30686..e926788a694 100644 --- a/mozilla/xpfe/browser/samples/makefile.win +++ b/mozilla/xpfe/browser/samples/makefile.win @@ -28,6 +28,7 @@ install:: $(DLL) $(MAKE_INSTALL) dexparamdialog.xul $(DIST)\bin\res\samples $(MAKE_INSTALL) dexsimplemaster.xul $(DIST)\bin\res\samples $(MAKE_INSTALL) dexsimpledialog.xul $(DIST)\bin\res\samples + $(MAKE_INSTALL) tab.xul $(DIST)\bin\res\samples clobber:: rm -f $(DIST)\res\samples\dexanimmaster.xul @@ -36,3 +37,4 @@ clobber:: rm -f $(DIST)\res\samples\dexparamdialog.xul rm -f $(DIST)\res\samples\dexsimplemaster.xul rm -f $(DIST)\res\samples\dexsimpledialog.xul + rm -f $(DIST)\res\samples\tab.xul