~ubuntu-branches/ubuntu/lucid/bluez/lucid

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Baptiste Mille-Mathias
  • Date: 2009-05-13 10:32:23 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090513103223-b0v1iorzpl1bf4ib
Tags: 4.39-0ubuntu1
* New upstream release (LP: #372428)
  - Add workaround for dealing with unknown inquiry complete. 
  - Fix discovering when using software scheduler. 
  - Fix wrong NoInputNoOutput IO capability string. 
  - Fix race condition with agent during pairing. 
  - Fix agent cancellation for security mode 3 acceptor failure. 
  - Fix temporary flag removal when device creation fails. 
  - Fix hciattach to use ppoll instead of poll. 
  - Fix service class update when adapter is down. 
  - Fix service classes race condition during startup. 
  - Fix release of audio client before freeing the device.
* debian/rules:
  - remove "--enable-hal" to DEB_CONFIGURE_EXTRA_FLAGS. This is not a
  supported flag.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
        error.$(OBJEXT) manager.$(OBJEXT) adapter.$(OBJEXT) \
57
57
        device.$(OBJEXT) dbus-common.$(OBJEXT) dbus-hci.$(OBJEXT)
58
58
bluetoothd_OBJECTS = $(am_bluetoothd_OBJECTS)
59
 
bluetoothd_DEPENDENCIES = $(top_builddir)/common/libhelper.a
 
59
bluetoothd_DEPENDENCIES = $(top_builddir)/common/libhelper.a \
 
60
        $(top_builddir)/plugins/libbuiltin.la
60
61
bluetoothd_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
61
62
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
62
63
        $(bluetoothd_LDFLAGS) $(LDFLAGS) -o $@
235
236
        device.h device.c dbus-common.c dbus-common.h dbus-hci.h dbus-hci.c
236
237
 
237
238
bluetoothd_LDADD = $(top_builddir)/common/libhelper.a \
 
239
                        $(top_builddir)/plugins/libbuiltin.la \
238
240
                        @GDBUS_LIBS@ @GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@ -ldl
239
241
 
240
242
bluetoothd_LDFLAGS = -Wl,--export-dynamic
243
245
AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ @GDBUS_CFLAGS@ \
244
246
                                                -DPLUGINDIR=\""$(plugindir)"\"
245
247
 
246
 
INCLUDES = -I$(top_srcdir)/common
 
248
INCLUDES = -I$(top_srcdir)/common -I$(top_builddir)/plugins
247
249
@MANPAGES_TRUE@man_MANS = bluetoothd.8
248
250
EXTRA_DIST = bluetooth.conf bluetoothd.8 main.conf
249
251
MAINTAINERCLEANFILES = Makefile.in