mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-26 05:34:23 +08:00
10 lines
206 B
Makefile
10 lines
206 B
Makefile
|
|
lib_LTLIBRARIES = libbluetooth.la
|
|
|
|
libbluetooth_la_SOURCES = bluetooth.c hci.c sdp.c
|
|
libbluetooth_la_LDFLAGS = -version-info 3:1:0
|
|
|
|
INCLUDES = -I$(top_builddir)/include
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|