~ubuntu-branches/ubuntu/wily/blueman/wily

« back to all changes in this revision

Viewing changes to blueman/plugins/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Sean Davis
  • Date: 2015-09-07 12:48:18 UTC
  • mfrom: (2.3.11 sid)
  • Revision ID: package-import@ubuntu.com-20150907124818-evulc0mhjotz8q29
Tags: 2.0-1ubuntu1
* Merge from Debian unstable (LP: #1482626). Remaining changes:
  - debian/patches/03_filemanage_fix.patch:
    + Dropped, no longer needed.
  - debian/patches/dhcpclient_priority
  - debian/patches/01_dont_autostart_lxde.patch
    + Refreshed patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
SUBDIRS =       \
2
2
        services        \
3
3
        applet          \
4
 
        config          \
5
4
        mechanism       \
6
5
        manager
7
6
 
10
9
blueman_PYTHON =        \
11
10
        ServicePlugin.py        \
12
11
        AppletPlugin.py         \
13
 
        ConfigPlugin.py         \
14
12
        MechanismPlugin.py      \
15
13
        ManagerPlugin.py        \
16
14
        BasePlugin.py           \