~ubuntu-branches/ubuntu/maverick/xfce4-indicator-plugin/maverick

« back to all changes in this revision

Viewing changes to icons/scalable/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Evgeni Golov
  • Date: 2010-06-13 17:14:30 UTC
  • Revision ID: james.westby@ubuntu.com-20100613171430-9rv81gg6nmkp2ao3
Tags: upstream-0.0.1
ImportĀ upstreamĀ versionĀ 0.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# $Id: Makefile.am 2257 2006-12-19 19:49:00Z nick $
 
2
 
 
3
iconsdir = $(datadir)/icons/hicolor/scalable/apps
 
4
icons_DATA =                                                            \
 
5
        xfce4-indicator-plugin.svg
 
6
 
 
7
EXTRA_DIST =                                                            \
 
8
        $(icons_DATA)
 
9
 
 
10
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake: