~ubuntu-core-dev/update-notifier/ubuntu

« back to all changes in this revision

Viewing changes to pixmaps/16x16/Makefile.am

  • Committer: Michael Vogt
  • Date: 2006-07-27 14:25:33 UTC
  • Revision ID: michael.vogt@ubuntu.com-20060727142533-c660f90ac5c3dab3
* switch the code to use GtkIconTheme and install the icons 
  in a icon-theme friendly way

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
 
 
3
icondir = $(datadir)/icons/hicolor/16x16/apps
 
4
icon_DATA = *.png
 
5
 
 
6
EXTRA_DIST = $(icon_DATA)
 
7