~ubuntu-branches/ubuntu/precise/xfce4-panel/precise

« back to all changes in this revision

Viewing changes to icons/22x22/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2010-12-04 15:45:53 UTC
  • mto: (4.1.3 experimental)
  • mto: This revision was merged to the branch mainline in revision 50.
  • Revision ID: james.westby@ubuntu.com-20101204154553-f452gq02eiksf09f
Tags: upstream-4.7.5
ImportĀ upstreamĀ versionĀ 4.7.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id$
2
1
 
3
2
iconsdir = $(datadir)/icons/hicolor/22x22/apps
4
 
 
5
 
icons_DATA =                                                            \
6
 
        xfce4-panel.png
7
 
 
8
 
EXTRA_DIST =                                                            \
 
3
icons_DATA = \
 
4
        xfce4-panel.png \
 
5
        xfce4-panel-menu.png
 
6
 
 
7
EXTRA_DIST = \
9
8
        $(icons_DATA)
10
9
 
11
10
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake: