diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-07-11 06:10:50 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-07-11 06:10:50 +0000 |
commit | 14f84d602a7584f0805c93ae9ad1bd26e2387f6d (patch) | |
tree | c3be3311f9a381b98953b5e411deb3043521cee0 /tools/Makefile.am | |
parent | 93f86d24ccd3e1a589a2762e1a424cf7cc70e740 (diff) |
Update the TI init routine with BRF support
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index a94c786a..eb4dcc74 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -43,7 +43,7 @@ bin_PROGRAMS = $(tools_programs) $(dfutool_programs) $(dfubabel_programs) noinst_PROGRAMS = hcisecfilter ppporc avinfo $(usb_programs) -hciattach_SOURCES = hciattach.c hciattach_st.c hciattach_tialt.c +hciattach_SOURCES = hciattach.c hciattach_st.c hciattach_ti.c hciattach_tialt.c hciattach_LDADD = @BLUEZ_LIBS@ hciconfig_SOURCES = hciconfig.c csr.h csr.c |