From 7ac6ede99ac309c7e28f3c2993fbc9bbbe28a68b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 23 May 2004 10:39:50 +0000 Subject: Use LIBS instead of LDFLAGS --- cups/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cups') diff --git a/cups/Makefile.am b/cups/Makefile.am index 2e4ba707..837bbfa2 100644 --- a/cups/Makefile.am +++ b/cups/Makefile.am @@ -6,7 +6,7 @@ noinst_PROGRAMS = bluetooth bluetooth_SOURCES = main.c sdp.c spp.c hcrp.c -LDFLAGS = @BLUEZ_LIBS@ +LIBS = @BLUEZ_LIBS@ INCLUDES = @BLUEZ_INCLUDES@ -- cgit