summaryrefslogtreecommitdiffstats
path: root/cups/Makefile.am
blob: 42f3ac2f5e36aacf961f6ee49a01e2f432e2244d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
#  $Id$
#

noinst_PROGRAMS = bluetooth

bluetooth_SOURCES = main.c sdp.c spp.c hcrp.c

LIBS = @BLUEZ_LIBS@

AM_CFLAGS = @BLUEZ_CFLAGS@

MAINTAINERCLEANFILES = Makefile.in

if CUPS
install-data-local: bluetooth
	$(INSTALL) -D -m 755 $(srcdir)/bluetooth $(DESTDIR)@CUPS_BACKEND_DIR@/bluetooth
endif