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

« back to all changes in this revision

Viewing changes to blueman/plugins/mechanism/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
 
2
2
bluemandir = $(pythondir)/blueman/plugins/mechanism
3
3
 
4
 
if ENABLE_HAL
5
 
HAL = Hal.py 
6
 
else
7
 
HAL = 
8
 
endif
9
 
 
10
 
blueman_PYTHON = Config.py __init__.py Network.py Ppp.py RfKill.py $(HAL)
 
4
blueman_PYTHON = __init__.py Network.py Ppp.py Rfcomm.py RfKill.py
11
5
 
12
6
CLEANFILES =            \
13
7
        $(BUILT_SOURCES)