From 43f017c9527dd4f64670831114f3c85f5defebbd Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 21 Jul 2004 15:05:27 +0000 Subject: Use AM_CFLAGS instead of INCLUDES --- 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 837bbfa2..9559648f 100644 --- a/cups/Makefile.am +++ b/cups/Makefile.am @@ -8,7 +8,7 @@ bluetooth_SOURCES = main.c sdp.c spp.c hcrp.c LIBS = @BLUEZ_LIBS@ -INCLUDES = @BLUEZ_INCLUDES@ +AM_CFLAGS = @BLUEZ_CFLAGS@ if CUPS install-data-local: bluetooth -- cgit