blob: 17fdbf6dc180b0c00fb233e656cd12a9fd738b85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# $Id$
#
lib_LTLIBRARIES = libbluetooth.la libsdp.la
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_builddir)/include
|