diff options
author | Ramiro Estrugo <ramiro@src.gnome.org> | 2000-10-29 00:28:47 +0000 |
---|---|---|
committer | Ramiro Estrugo <ramiro@src.gnome.org> | 2000-10-29 00:28:47 +0000 |
commit | fd27a85a0ace9b5c56e12a101010c1fb11d610e5 (patch) | |
tree | b5e5b5d247300b34b921afc0cc480f2b73378e7d /Makefile.am | |
parent | 5624d4fc956fb6324947a8fdbf4e3f93611d25ef (diff) | |
download | nautilus-fd27a85a0ace9b5c56e12a101010c1fb11d610e5.tar.gz |
Fix bug 4155. Nautilus Panel launching icon installed in the wrong place.
* Makefile.am:
* icons/Makefile.am:
* nautilus-launch-icon.png:
Fix bug 4155. Nautilus Panel launching icon installed in the
wrong place. Needs to be $prefix/share/pixmaps, not
$prefix/share/pixmaps/nautilus.
Also added more ChangeLog files to EXTRA_DIST so they can be
availalble in tarballs.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 2464480f3..c5e749a24 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,13 +25,15 @@ EXTRA_DIST= \ nautilus.spec.in \ nautilus-clean.sh \ nautilus.desktop \ - nautilus.png \ + nautilus-launch-icon.png \ + ChangeLog-200001018 \ ChangeLog-20000414 \ ChangeLog-20000625 \ + ChangeLog-20000831 \ $(NULL) appicondir = $(datadir)/pixmaps -appicon_DATA = nautilus.png +appicon_DATA = nautilus-launch-icon.png Applicationsdir = $(datadir)/gnome/apps/Applications Applications_DATA = nautilus.desktop |