diff options
Diffstat (limited to 'cups/Makefile.am')
-rw-r--r-- | cups/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cups/Makefile.am b/cups/Makefile.am index c43cac54..ea4aa876 100644 --- a/cups/Makefile.am +++ b/cups/Makefile.am @@ -8,8 +8,7 @@ cupsdir = $(libdir)/cups/backend cups_PROGRAMS = bluetooth bluetooth_SOURCES = main.c sdp.c spp.c hcrp.c - -LDADD = @BLUEZ_LIBS@ +bluetooth_LDADD = @BLUEZ_LIBS@ AM_CFLAGS = @BLUEZ_CFLAGS@ endif |