mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-12-11 21:14:36 +08:00
22 lines
389 B
Makefile
22 lines
389 B
Makefile
|
|
if CUPS
|
|
cupsdir = $(libdir)/cups/backend
|
|
|
|
cups_PROGRAMS = bluetooth
|
|
|
|
bluetooth_SOURCES = main.c sdp.c spp.c hcrp.c
|
|
|
|
bluetooth_LDADD = $(top_builddir)/common/libhelper.a \
|
|
@DBUS_LIBS@ @GLIB_LIBS@ @BLUEZ_LIBS@
|
|
|
|
if EXPAT
|
|
bluetooth_LDADD += -lexpat
|
|
endif
|
|
endif
|
|
|
|
AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@
|
|
|
|
INCLUDES = -I$(top_srcdir)/common
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|