mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-12-05 18:14:16 +08:00
13 lines
218 B
Makefile
13 lines
218 B
Makefile
|
|
noinst_LTLIBRARIES = libsbc.la
|
|
|
|
libsbc_la_SOURCES = sbc.h sbc.c sbc_math.h sbc_tables.h
|
|
|
|
noinst_PROGRAMS = sbcinfo sbcdec sbcenc
|
|
|
|
sbcdec_LDADD = libsbc.la
|
|
|
|
sbcenc_LDADD = libsbc.la
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|