summaryrefslogtreecommitdiffstats
path: root/cups/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-03-14 14:21:01 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-03-14 14:21:01 +0000
commita71ed7ebdf0599e0a019c9087669a62e026109a2 (patch)
treea805fba870d310e6ea3e09746757f91d68379bbe /cups/Makefile.am
parent2168a48f8f05562fcd51f17744ead7d1c48e910f (diff)
Add CLASS support and retry on unavailable printers
Diffstat (limited to 'cups/Makefile.am')
-rw-r--r--cups/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cups/Makefile.am b/cups/Makefile.am
index 8cd3d4d4..853c436d 100644
--- a/cups/Makefile.am
+++ b/cups/Makefile.am
@@ -4,7 +4,7 @@ cupsdir = $(libdir)/cups/backend
cups_PROGRAMS = bluetooth
-bluetooth_SOURCES = main.c sdp.c spp.c hcrp.c
+bluetooth_SOURCES = main.c cups.h sdp.c spp.c hcrp.c
bluetooth_LDADD = $(top_builddir)/common/libhelper.a \
@DBUS_LIBS@ @GLIB_LIBS@ @BLUEZ_LIBS@