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

« back to all changes in this revision

Viewing changes to pixmaps/Makefile.am

  • Committer: mvo
  • Date: 2006-01-26 23:07:09 UTC
  • Revision ID: gustavo@niemeyer.net-20060126230709-7f3bc6c7cb03368e
* merged the changes from scott

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
 
3
3
appicondir = $(datadir)/pixmaps
4
 
appicon_DATA = update-icon.png update-notifier.png hook-notifier.png
 
4
appicon_DATA = update-icon.png update-notifier.png hook-notifier.png \
 
5
               reboot.png reboot-icon.png
5
6
 
6
7
EXTRA_DIST = $(appicon_DATA)
7
8