diff options
author | Alexander Larsson <alexl@redhat.com> | 2002-12-12 11:21:54 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2002-12-12 11:21:54 +0000 |
commit | 44556a083b833e59e72249badbeb9e771f285d18 (patch) | |
tree | fce85e8036a65fa3d10f37b5158536ad3bbced90 /Makefile.am | |
parent | 8ef7078354d733b7497586024cea89700cc7bc96 (diff) | |
download | nautilus-44556a083b833e59e72249badbeb9e771f285d18.tar.gz |
Use the new icons in gnome-icon-theme for these.
2002-12-12 Alexander Larsson <alexl@redhat.com>
* data/preferences.desktop.in:
* data/serverconfig.desktop.in:
* data/serverconfig.directory.in:
* data/starthere-link.desktop.in:
* data/starthere.desktop.in:
* data/starthere.directory.in:
* data/sysconfig.desktop.in:
* data/sysconfig.directory.in:
Use the new icons in gnome-icon-theme for these.
* Makefile.am:
* gnome-starthere-96.png:
* gnome-starthere.png:
Remove the icons. They moved to gnome-icon-theme.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 0fabd5f8c..bcd253e77 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,10 +45,6 @@ EXTRA_DIST= \ $(DESKTOP_FILES) \ $(NULL) -appicondir = $(datadir)/pixmaps -appicon_DATA = gnome-starthere-96.png \ - gnome-starthere.png - Applicationsdir = $(datadir)/applications Applications_DATA = $(DESKTOP_FILES) |