diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-05-23 10:39:50 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-05-23 10:39:50 +0000 |
commit | 7ac6ede99ac309c7e28f3c2993fbc9bbbe28a68b (patch) | |
tree | 6e43dd4cb193a848c4cf9a68fbb86a8c99d4f636 /test/Makefile.am | |
parent | d03add1b87c56410b25b956f82833be4d00fc340 (diff) |
Use LIBS instead of LDFLAGS
Diffstat (limited to 'test/Makefile.am')
-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 79386603..8c105565 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -4,7 +4,7 @@ noinst_PROGRAMS = l2test scotest rctest attest hstest -LDFLAGS = @BLUEZ_LIBS@ +LIBS = @BLUEZ_LIBS@ INCLUDES = @BLUEZ_INCLUDES@ |