From 6225086f5acd17976dad6e44a7086aabc0481558 Mon Sep 17 00:00:00 2001 From: Tuomas Kuosmanen Date: Wed, 19 May 1999 05:55:10 +0000 Subject: [PATCH] Added the icon to the Makefile.in also so it gets installed. /tig --- ChangeLog | 5 +++++ gnome/Makefile.in | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2aacbaf10..f2fc8e92d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-05-19 Tuomas Kuosmanen + + * gnome/Makefile.in (ICONS): Ok, perhaps we also want the zip-icon to + be installed in the system :) (added it to the Makefile.in) + 1999-05-19 Tuomas Kuosmanen * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :) diff --git a/gnome/Makefile.in b/gnome/Makefile.in index 49a33510e..0a6a1d262 100644 --- a/gnome/Makefile.in +++ b/gnome/Makefile.in @@ -112,7 +112,8 @@ ICONS = \ i-regular.png \ i-sock.png \ i-stalled.png \ - i-symlink.png + i-symlink.png \ + i-zipdisk.png # # These objects from ../src do not depend on HAVE_X / HAVE_GNOME??