diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-07-27 13:01:42 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-07-27 13:01:42 +0000 |
commit | c37be1ab2480c43fdaec098f75ec5e25a65ceb59 (patch) | |
tree | f0eaa2724a40b1b253b320f90d70747a665b44f4 /cups/Makefile.am | |
parent | d040d4f33ef0c6388ea70b4b9f3ef3537f0ed60a (diff) |
Make more parts optional
Diffstat (limited to 'cups/Makefile.am')
-rw-r--r-- | cups/Makefile.am | 13 |
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 |