From a315030f93449c55905df6b0b8b85f2c6260b838 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 7 Jul 2004 15:58:33 +0000 Subject: Update library version number and remove dummy libsdp --- src/Makefile.am | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 73b6854f..119b3762 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 -- cgit