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

« back to all changes in this revision

Viewing changes to module/Makefile.am

  • 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:
2
2
 
3
3
bluemanlibdir = $(pyexecdir)
4
4
bluemanlib_LTLIBRARIES = _blueman.la
5
 
_blueman_la_CFLAGS = $(BLUEZ_CFLAGS) @PYTHON_INCLUDES@ -DSN_API_NOT_YET_FROZEN
 
5
_blueman_la_CFLAGS = $(BLUEZ_CFLAGS) $(PYGOBJECT_CFLAGS) $(PYTHON_CFLAGS) \
 
6
                     -DSN_API_NOT_YET_FROZEN
6
7
_blueman_la_LDFLAGS = -module -avoid-version -fPIC
7
 
_blueman_la_LIBADD = $(BLUEZ_LIBS) @PYTHON_LIBS@
 
8
_blueman_la_LIBADD = $(BLUEZ_LIBS) $(PYGOBJECT_LIBS) $(PYTHON_LIBS)
8
9
_blueman_la_SOURCES = \
9
10
        _blueman.c                      \
10
11
        libblueman.c    \
13
14
        modem-prober.c
14
15
 
15
16
_blueman.c: _blueman.pyx
16
 
        $(PYREXC) -o $@ $<
 
17
        $(CYTHONEXEC) -o $@ $<
17
18
        
18
19
EXTRA_DIST = _blueman.pyx
19
20
CLEANFILES = _blueman.c