From ea6747ecff0ec1a738da67c39cae965caab03c5b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 3 Dec 2005 06:31:42 +0000 Subject: Add HCI emulation tool --- test/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'test/Makefile.am') diff --git a/test/Makefile.am b/test/Makefile.am index e63e37be..751fa50c 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,8 +1,12 @@ if TEST +sbin_PROGRAMS = hciemu + bin_PROGRAMS = l2test rctest -noinst_PROGRAMS = scotest attest hstest bdaddr +noinst_PROGRAMS = scotest attest hstest bdaddr + +hciemu_LDADD = @BLUEZ_LIBS@ $(top_builddir)/common/libglib-ectomy.a l2test_LDADD = @BLUEZ_LIBS@ @@ -23,7 +27,7 @@ noinst_MANS = bdaddr.8 AM_CFLAGS = @BLUEZ_CFLAGS@ endif -INCLUDES = -I$(top_srcdir)/tools +INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/tools EXTRA_DIST = hsplay hsmicro bdaddr.8 -- cgit