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 /test | |
parent | 86ba307855dd01138427c88294d42be4b04ecff3 (diff) |
Use AM_CFLAGS instead of INCLUDES
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 8c105565..761df0a5 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -6,6 +6,6 @@ noinst_PROGRAMS = l2test scotest rctest attest hstest LIBS = @BLUEZ_LIBS@ -INCLUDES = @BLUEZ_INCLUDES@ +AM_CFLAGS = @BLUEZ_CFLAGS@ EXTRA_DIST = hsplay hsmicro |