~ubuntu-branches/ubuntu/maverick/awn-extras-applets/maverick

« back to all changes in this revision

Viewing changes to applets/maintained/bandwidth-monitor/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2010-08-29 14:29:52 UTC
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: james.westby@ubuntu.com-20100829142952-rhvuetyms9bv5uu7
Tags: upstream-0.4.0+bzr1372
ImportĀ upstreamĀ versionĀ 0.4.0+bzr1372

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
include $(top_srcdir)/Makefile.schemas
5
5
 
6
6
dist_applet_DATA =      \
7
 
        CHANGELOG       \
8
 
        bwmprefs.py     \
 
7
        CHANGELOG   \
 
8
        bwmprefs.py \
9
9
        bandwidth-monitor.ui \
 
10
        interfaces_dialog.py \
10
11
        $(NULL)
11
12
 
12
13
bwm_iconsdir = $(applet_datadir)/images
13
 
dist_bwm_icons_DATA =                   \
14
 
        images/icon.png                 \
 
14
dist_bwm_icons_DATA =           \
 
15
        images/bluetooth.png        \
 
16
        images/ethernet.png         \
 
17
        images/icon.png             \
 
18
        images/loopback.png         \
 
19
        images/multi.png            \
 
20
        images/sum.png              \
 
21
        images/tun-tap.png          \
 
22
        images/wireless-disconnected.png    \
 
23
        images/wireless-full.png    \
 
24
        images/wireless-high.png    \
 
25
        images/wireless-low.png     \
 
26
        images/wireless-medium.png  \
15
27
        $(NULL)
16
28