summaryrefslogtreecommitdiffstats
path: root/dund
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-07-21 15:05:27 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-07-21 15:05:27 +0000
commit43f017c9527dd4f64670831114f3c85f5defebbd (patch)
treee4756479b6c587f275840221dc33f04cc65a07d5 /dund
parent86ba307855dd01138427c88294d42be4b04ecff3 (diff)
Use AM_CFLAGS instead of INCLUDES
Diffstat (limited to 'dund')
-rw-r--r--dund/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/dund/Makefile.am b/dund/Makefile.am
index 1c8f4069..92d08224 100644
--- a/dund/Makefile.am
+++ b/dund/Makefile.am
@@ -8,7 +8,7 @@ dund_SOURCES = main.c dun.c dund.h sdp.c lib.h msdun.c
LIBS = @BLUEZ_LIBS@
-INCLUDES = @BLUEZ_INCLUDES@
+AM_CFLAGS = @BLUEZ_CFLAGS@
man_MANS = dund.1