diff --git a/rdf/build/Makefile.in b/rdf/build/Makefile.in index 9e204545b008..05dcf4e9a2ac 100644 --- a/rdf/build/Makefile.in +++ b/rdf/build/Makefile.in @@ -78,4 +78,6 @@ install:: $(TARGETS) $(INSTALL) $(srcdir)/../resources/bookmark-folder-open.gif $(DIST)/bin/res/rdf $(INSTALL) $(srcdir)/../resources/personal-folder-closed.gif $(DIST)/bin/res/rdf $(INSTALL) $(srcdir)/../resources/personal-folder-open.gif $(DIST)/bin/res/rdf + $(INSTALL) $(srcdir)/../resources/folder-open.gif $(DIST)/bin/res/rdf + $(INSTALL) $(srcdir)/../resources/folder-closed.gif $(DIST)/bin/res/rdf $(INSTALL) $(srcdir)/../resources/History/h1.hst $(DIST)/bin/res/rdf/History diff --git a/rdf/build/makefile.win b/rdf/build/makefile.win index 622a94c51705..7af581b0aa2e 100644 --- a/rdf/build/makefile.win +++ b/rdf/build/makefile.win @@ -79,6 +79,8 @@ install:: $(DLL) $(MAKE_INSTALL) ..\resources\bookmark-folder-open.gif $(DIST)\bin\res\rdf $(MAKE_INSTALL) ..\resources\personal-folder-closed.gif $(DIST)\bin\res\rdf $(MAKE_INSTALL) ..\resources\personal-folder-open.gif $(DIST)\bin\res\rdf + $(MAKE_INSTALL) ..\resources\folder-open.gif $(DIST)\bin\res\rdf + $(MAKE_INSTALL) ..\resources\folder-closed.gif $(DIST)\bin\res\rdf $(MAKE_INSTALL) ..\resources\History\h1.hst $(DIST)\bin\res\rdf\History