summaryrefslogtreecommitdiffstats
path: root/cups/Makefile.am
blob: 7d5cadf4e9805b92d7786af5594d953088f1302c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

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