diff --git a/rdf/build/Makefile.in b/rdf/build/Makefile.in index 88ccf01c12a..88833017633 100644 --- a/rdf/build/Makefile.in +++ b/rdf/build/Makefile.in @@ -116,6 +116,9 @@ install:: $(TARGETS) $(INSTALL) $(srcdir)/../resources/remote-flash-1.rdf $(DIST)/bin/res/rdf $(INSTALL) $(srcdir)/../resources/remote-flash-2.rdf $(DIST)/bin/res/rdf $(INSTALL) $(srcdir)/../resources/remote-flash-3.rdf $(DIST)/bin/res/rdf + $(INSTALL) $(srcdir)/../resources/stock.gif $(DIST)/bin/res/rdf + $(INSTALL) $(srcdir)/../resources/unread.gif $(DIST)/bin/res/rdf + $(INSTALL) $(srcdir)/../resources/online.gif $(DIST)/bin/res/rdf $(INSTALL) $(topsrcdir)/js/src/xpconnect/typelib/nsISupports.xpt $(DIST)/bin/components $(INSTALL) $(topsrcdir)/js/src/xpconnect/typelib/xpccomponents.xpt $(DIST)/bin/components $(INSTALL) $(topsrcdir)/js/src/xpconnect/typelib/xpcjsid.xpt $(DIST)/bin/components diff --git a/rdf/build/makefile.win b/rdf/build/makefile.win index 9410e179c16..48e9c456c9d 100644 --- a/rdf/build/makefile.win +++ b/rdf/build/makefile.win @@ -103,6 +103,9 @@ install:: $(DLL) $(MAKE_INSTALL) ..\resources\remote-flash-1.rdf $(DIST)\bin\res\rdf $(MAKE_INSTALL) ..\resources\remote-flash-2.rdf $(DIST)\bin\res\rdf $(MAKE_INSTALL) ..\resources\remote-flash-3.rdf $(DIST)\bin\res\rdf + $(MAKE_INSTALL) ..\resources\stock.gif $(DIST)\bin\res\rdf + $(MAKE_INSTALL) ..\resources\unread.gif $(DIST)\bin\res\rdf + $(MAKE_INSTALL) ..\resources\online.gif $(DIST)\bin\res\rdf $(MAKE_INSTALL) $(DEPTH)\js\src\xpconnect\typelib\nsISupports.xpt $(DIST)\bin\components $(MAKE_INSTALL) $(DEPTH)\js\src\xpconnect\typelib\xpccomponents.xpt $(DIST)\bin\components $(MAKE_INSTALL) $(DEPTH)\js\src\xpconnect\typelib\xpcjsid.xpt $(DIST)\bin\components