From 542fc57346fbb329934152f446f58cc61a5d5d00 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 31 Mar 2004 16:37:55 +0000 Subject: Add SDP library code --- src/Makefile.am | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 2388a753..6c6b9fc4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,9 +2,12 @@ # $Id$ # -lib_LTLIBRARIES = libbluetooth.la +lib_LTLIBRARIES = libbluetooth.la libsdp.la -libbluetooth_la_SOURCES = bluetooth.c hci.c -libbluetooth_la_LDFLAGS = -version-info 1:3:0 +libbluetooth_la_SOURCES = bluetooth.c hci.c sdp.c +libbluetooth_la_LDFLAGS = -version-info 1:4:0 + +libsdp_la_SOURCES = +libsdp_la_LDFLAGS = -version-info 2:2:0 INCLUDES = -I$(top_srcdir)/include -- cgit