Install icons into the pixmaps directory so the Panel & Nautilus will pick

2002-01-19  Seth Nickell  <snickell@stanford.edu>

	* Makefile.am:

	Install icons into the pixmaps directory so the Panel
	& Nautilus will pick up on them.
This commit is contained in:
Seth Nickell 2002-01-19 15:18:33 +00:00 committed by Seth Nickell
parent 58be34e064
commit 4669c9317d
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,10 @@
2002-01-19 Seth Nickell <snickell@stanford.edu>
* Makefile.am:
Install icons into the pixmaps directory so the Panel
& Nautilus will pick up on them.
2002-01-14 Bradford Hovinen <hovinen@ximian.com>
* Makefile.am (bin_PROGRAMS): Rename binary gnome2-sound-properties

View file

@ -11,6 +11,9 @@ Glade_DATA = sound-properties.glade
iconsdir = $(GNOMECC_ICONS_DIR)
icons_DATA = sound-capplet.png
desktop_iconsdir = $(datadir)/pixmaps
desktop_icons_DATA = sound-capplet.png
desktopdir = $(GNOMECC_DESKTOP_DIR)
Desktop_in_files = sound.desktop.in
desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop)