summaryrefslogtreecommitdiffstats
path: root/cups/Makefile.am
blob: 0573a4af30b409c928734642ffc218ff213ddc84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

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