summaryrefslogtreecommitdiffstats
path: root/cups
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-07-27 13:01:42 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-07-27 13:01:42 +0000
commitc37be1ab2480c43fdaec098f75ec5e25a65ceb59 (patch)
treef0eaa2724a40b1b253b320f90d70747a665b44f4 /cups
parentd040d4f33ef0c6388ea70b4b9f3ef3537f0ed60a (diff)
Make more parts optional
Diffstat (limited to 'cups')
-rw-r--r--cups/Makefile.am13
1 files changed, 6 insertions, 7 deletions
diff --git a/cups/Makefile.am b/cups/Makefile.am
index 42f3ac2f..c43cac54 100644
--- a/cups/Makefile.am
+++ b/cups/Makefile.am
@@ -2,17 +2,16 @@
# $Id$
#
-noinst_PROGRAMS = bluetooth
+if CUPS
+cupsdir = $(libdir)/cups/backend
+
+cups_PROGRAMS = bluetooth
bluetooth_SOURCES = main.c sdp.c spp.c hcrp.c
-LIBS = @BLUEZ_LIBS@
+LDADD = @BLUEZ_LIBS@
AM_CFLAGS = @BLUEZ_CFLAGS@
+endif
MAINTAINERCLEANFILES = Makefile.in
-
-if CUPS
-install-data-local: bluetooth
- $(INSTALL) -D -m 755 $(srcdir)/bluetooth $(DESTDIR)@CUPS_BACKEND_DIR@/bluetooth
-endif