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

« back to all changes in this revision

Viewing changes to blueman/main/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:
227
227
CPP = @CPP@
228
228
CPPFLAGS = @CPPFLAGS@
229
229
CYGPATH_W = @CYGPATH_W@
 
230
CYTHONEXEC = @CYTHONEXEC@
230
231
DATADIR = @DATADIR@
231
232
DATADIRNAME = @DATADIRNAME@
232
233
DEFS = @DEFS@
299
300
POSUB = @POSUB@
300
301
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
301
302
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
302
 
PYGTK_CFLAGS = @PYGTK_CFLAGS@
303
 
PYGTK_LIBS = @PYGTK_LIBS@
304
 
PYNOTIFY_CFLAGS = @PYNOTIFY_CFLAGS@
305
 
PYNOTIFY_LIBS = @PYNOTIFY_LIBS@
306
 
PYREXC = @PYREXC@
 
303
PYGOBJECT_CFLAGS = @PYGOBJECT_CFLAGS@
 
304
PYGOBJECT_LIBS = @PYGOBJECT_LIBS@
307
305
PYTHON = @PYTHON@
308
306
PYTHONDIR = @PYTHONDIR@
 
307
PYTHON_CFLAGS = @PYTHON_CFLAGS@
309
308
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
310
 
PYTHON_INCLUDES = @PYTHON_INCLUDES@
311
309
PYTHON_LIBS = @PYTHON_LIBS@
312
310
PYTHON_PLATFORM = @PYTHON_PLATFORM@
313
311
PYTHON_PREFIX = @PYTHON_PREFIX@
353
351
host_os = @host_os@
354
352
host_vendor = @host_vendor@
355
353
htmldir = @htmldir@
 
354
icondir = @icondir@
356
355
includedir = @includedir@
357
356
infodir = @infodir@
358
357
install_sh = @install_sh@