mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-26 13:44:23 +08:00
16 lines
250 B
Makefile
16 lines
250 B
Makefile
|
|
if CUPS
|
|
cupsdir = $(libdir)/cups/backend
|
|
|
|
cups_PROGRAMS = bluetooth
|
|
else
|
|
noinst_PROGRAMS = bluetooth
|
|
endif
|
|
|
|
bluetooth_SOURCES = main.c sdp.c spp.c hcrp.c
|
|
bluetooth_LDADD = @BLUEZ_LIBS@
|
|
|
|
AM_CFLAGS = @BLUEZ_CFLAGS@
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|