diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-07-21 15:05:27 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-07-21 15:05:27 +0000 |
commit | 43f017c9527dd4f64670831114f3c85f5defebbd (patch) | |
tree | e4756479b6c587f275840221dc33f04cc65a07d5 /pand/Makefile.am | |
parent | 86ba307855dd01138427c88294d42be4b04ecff3 (diff) |
Use AM_CFLAGS instead of INCLUDES
Diffstat (limited to 'pand/Makefile.am')
-rw-r--r-- | pand/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pand/Makefile.am b/pand/Makefile.am index 0520dc3d..c18c24e0 100644 --- a/pand/Makefile.am +++ b/pand/Makefile.am @@ -8,7 +8,7 @@ pand_SOURCES = main.c pand.h bnep.c sdp.c LIBS = @BLUEZ_LIBS@ -INCLUDES = @BLUEZ_INCLUDES@ +AM_CFLAGS = @BLUEZ_CFLAGS@ man_MANS = pand.1 |