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

if CUPS
cupsdir = $(libdir)/cups/backend

cups_PROGRAMS = bluetooth

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

bluetooth_LDADD = @GDBUS_LIBS@ @GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@
endif

AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ @GDBUS_CFLAGS@

INCLUDES = -I$(top_srcdir)/common

MAINTAINERCLEANFILES = Makefile.in