~ubuntu-branches/ubuntu/vivid/blueman/vivid-proposed

« back to all changes in this revision

Viewing changes to blueman/plugins/mechanism/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Artur Rona
  • Date: 2014-12-24 18:33:36 UTC
  • mfrom: (2.3.8 sid)
  • Revision ID: package-import@ubuntu.com-20141224183336-cyb82ot0y8tz8flq
Tags: 1.99~alpha1-1ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - debian/patches/01_dont_autostart_lxde.patch:
    + Don't autostart the applet in LXDE.
  - debian/patches/03_filemanager_fix.patch:
    + Add support for more filemanagers.
* debian/patches/02_dont_crash_on_non-bluetooth_card.patch:
  - Dropped, no longer applicable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
164
164
CPP = @CPP@
165
165
CPPFLAGS = @CPPFLAGS@
166
166
CYGPATH_W = @CYGPATH_W@
 
167
CYTHONEXEC = @CYTHONEXEC@
167
168
DATADIR = @DATADIR@
168
169
DATADIRNAME = @DATADIRNAME@
169
170
DEFS = @DEFS@
236
237
POSUB = @POSUB@
237
238
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
238
239
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
239
 
PYGTK_CFLAGS = @PYGTK_CFLAGS@
240
 
PYGTK_LIBS = @PYGTK_LIBS@
241
 
PYNOTIFY_CFLAGS = @PYNOTIFY_CFLAGS@
242
 
PYNOTIFY_LIBS = @PYNOTIFY_LIBS@
243
 
PYREXC = @PYREXC@
 
240
PYGOBJECT_CFLAGS = @PYGOBJECT_CFLAGS@
 
241
PYGOBJECT_LIBS = @PYGOBJECT_LIBS@
244
242
PYTHON = @PYTHON@
245
243
PYTHONDIR = @PYTHONDIR@
 
244
PYTHON_CFLAGS = @PYTHON_CFLAGS@
246
245
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
247
 
PYTHON_INCLUDES = @PYTHON_INCLUDES@
248
246
PYTHON_LIBS = @PYTHON_LIBS@
249
247
PYTHON_PLATFORM = @PYTHON_PLATFORM@
250
248
PYTHON_PREFIX = @PYTHON_PREFIX@
290
288
host_os = @host_os@
291
289
host_vendor = @host_vendor@
292
290
htmldir = @htmldir@
 
291
icondir = @icondir@
293
292
includedir = @includedir@
294
293
infodir = @infodir@
295
294
install_sh = @install_sh@