diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2006-04-05 14:03:53 +0000 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2006-04-05 14:03:53 +0000 |
commit | 8fa8629fa44075dfa41b1bff96a7951dd40cfb0a (patch) | |
tree | 1d7ef94b106dd33c796af7e80929d073b8ecbd05 /test | |
parent | 737b2a1a36c13e575d3cfb21f7e42553407cb6d2 (diff) |
added timeout new function
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 751fa50c..32b32b33 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -6,7 +6,10 @@ bin_PROGRAMS = l2test rctest noinst_PROGRAMS = scotest attest hstest bdaddr -hciemu_LDADD = @BLUEZ_LIBS@ $(top_builddir)/common/libglib-ectomy.a +hciemu_LDADD = @BLUEZ_LIBS@ \ + $(top_builddir)/common/libglib-ectomy.a \ + $(top_builddir)/common/liblist.a + l2test_LDADD = @BLUEZ_LIBS@ |