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

« back to all changes in this revision

Viewing changes to blueman/main/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 = applet
2
2
 
3
 
if ENABLE_HAL
4
 
HAL = HalManager.py KillSwitch.py
5
 
else
6
 
HAL = 
7
 
endif
8
 
 
9
3
bluemandir = $(pythondir)/blueman/main
10
 
blueman_PYTHON = PulseAudioUtils.py BluezConfig.py KillSwitchNG.py AppletService.py PPPConnection.py Config.py DhcpClient.py Device.py FakeDevice.py __init__.py Mechanism.py NetConf.py SignalTracker.py SpeedCalc.py DbusService.py PluginManager.py
11
 
 
12
 
blueman_PYTHON += $(HAL)
 
4
blueman_PYTHON = PulseAudioUtils.py AppletService.py PPPConnection.py Config.py DhcpClient.py Device.py FakeDevice.py __init__.py Mechanism.py NetConf.py SignalTracker.py SpeedCalc.py DbusService.py PluginManager.py
13
5
 
14
6
CLEANFILES =            \
15
7
        $(BUILT_SOURCES)