Update library version number and remove dummy libsdp

This commit is contained in:
Marcel Holtmann 2004-07-07 15:58:33 +00:00
parent 989349a83a
commit a315030f93

View File

@ -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