From adbb22a47c9356e0c191a75daec0439e8d941bd1 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 21 Apr 2005 21:34:08 +0000 Subject: Use LDADD instead of LIBS --- cups/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cups') 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 -- cgit