diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-04-03 06:04:35 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-04-03 06:04:35 +0000 |
commit | 1d3715db11f573060cb02a2b7b7c44f06607d337 (patch) | |
tree | 53e9b7eca91253c4c19e2cba3679d3c6084000a7 /test/Makefile.am | |
parent | b215047988241418ccbcaa41c07366ea637678c7 (diff) |
Update BlueZ library configuration
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index ec6b7779..79386603 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -4,4 +4,8 @@ noinst_PROGRAMS = l2test scotest rctest attest hstest +LDFLAGS = @BLUEZ_LIBS@ + +INCLUDES = @BLUEZ_INCLUDES@ + EXTRA_DIST = hsplay hsmicro |