bluez/cups/Makefile.am

16 lines
250 B
Makefile
Raw Normal View History

2004-05-02 11:36:18 +08:00
if CUPS
2004-07-27 21:01:42 +08:00
cupsdir = $(libdir)/cups/backend
cups_PROGRAMS = bluetooth
2006-08-20 10:14:05 +08:00
else
noinst_PROGRAMS = bluetooth
endif
2004-05-02 11:36:18 +08:00
bluetooth_SOURCES = main.c sdp.c spp.c hcrp.c
2005-04-22 05:34:08 +08:00
bluetooth_LDADD = @BLUEZ_LIBS@
2004-05-02 11:36:18 +08:00
2004-07-21 23:05:27 +08:00
AM_CFLAGS = @BLUEZ_CFLAGS@
2004-05-02 11:36:18 +08:00
2004-07-21 23:20:28 +08:00
MAINTAINERCLEANFILES = Makefile.in