blob: e751ee670c5df2c38ee163dd62112089795b1cee (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
lib_LTLIBRARIES = libbluetooth.la
libbluetooth_la_SOURCES = bluetooth.c hci.c sdp.c
libbluetooth_la_LDFLAGS = -version-info 4:1:1
libbluetooth_la_CFLAGS = -Wno-sign-compare
INCLUDES = -I$(top_builddir)/include
MAINTAINERCLEANFILES = Makefile.in
|