blob: 2e4ba707374fefe2ec287112833db2ddf170011a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#
# $Id$
#
noinst_PROGRAMS = bluetooth
bluetooth_SOURCES = main.c sdp.c spp.c hcrp.c
LDFLAGS = @BLUEZ_LIBS@
INCLUDES = @BLUEZ_INCLUDES@
if CUPS
install-data-local: bluetooth
$(INSTALL) -D -m 755 $(srcdir)/bluetooth $(DESTDIR)@CUPS_BACKEND_DIR@/bluetooth
endif
|