~charlesk/indicator-sync/lp-1051798

« back to all changes in this revision

Viewing changes to data/icons/22x22/status/Makefile.am

  • Committer: Charles Kerr
  • Date: 2012-08-22 07:07:49 UTC
  • mfrom: (0.1.21 trunk)
  • Revision ID: charles.kerr@canonical.com-20120822070749-76lc1uqz2muybc16
merge lp:~charlesk/indicator-sync/initial-impl for the initial implementation

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
iconsdir = $(INDICATORICONSDIR)/hicolor/22x22/status
 
2
 
 
3
icons_DATA =  \
 
4
  sync-idle.png \
 
5
  sync-paused.png \
 
6
  sync-syncing.png \
 
7
  sync-error.png
 
8
 
 
9
EXTRA_DIST = $(icons_DATA)
 
10