bluez/cups/Makefile.am

19 lines
299 B
Makefile
Raw Normal View History

2004-05-02 11:36:18 +08:00
#
# $Id$
#
noinst_PROGRAMS = bluetooth
bluetooth_SOURCES = main.c sdp.c spp.c hcrp.c
2004-05-23 18:39:50 +08:00
LIBS = @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
2004-05-02 11:36:18 +08:00
if CUPS
install-data-local: bluetooth
$(INSTALL) -D -m 755 $(srcdir)/bluetooth $(DESTDIR)@CUPS_BACKEND_DIR@/bluetooth
endif