mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-26 05:34:23 +08:00
Update library version number and remove dummy libsdp
This commit is contained in:
parent
989349a83a
commit
a315030f93
@ -2,12 +2,9 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
lib_LTLIBRARIES = libbluetooth.la libsdp.la
|
||||
lib_LTLIBRARIES = libbluetooth.la
|
||||
|
||||
libbluetooth_la_SOURCES = bluetooth.c hci.c sdp.c
|
||||
libbluetooth_la_LDFLAGS = -version-info 1:7:0
|
||||
|
||||
libsdp_la_SOURCES =
|
||||
libsdp_la_LDFLAGS = -version-info 2:2:0
|
||||
libbluetooth_la_LDFLAGS = -version-info 1:8:0
|
||||
|
||||
INCLUDES = -I$(top_builddir)/include
|
||||
|
Loading…
Reference in New Issue
Block a user