~encompass/dynazine/trunk

« back to all changes in this revision

Viewing changes to tango-icon-theme-0.8.1/32x32/animations/Makefile.am

  • Committer: Jason Brower
  • Date: 2009-01-31 05:24:59 UTC
  • Revision ID: encompass@essence-20090131052459-4ldn9dwrk1hzt53h
Fist commit of data.  Has alot of stuff...

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
size = 32x32
 
3
context = animations
 
4
 
 
5
iconsdir = $(themedir)/$(size)/$(context)
 
6
 
 
7
icons_DATA =                                            \
 
8
        process-working.png
 
9
 
 
10
EXTRA_DIST =                                            \
 
11
        $(icons_DATA)
 
12
 
 
13
install-data-local: install-iconsDATA
 
14
        (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))