diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-07-11 02:47:01 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-07-11 02:47:01 +0000 |
commit | 13c0e26a0213f67f5bb9bd6915fddee9a7ca3b49 (patch) | |
tree | 5a8d7d4f38c83a25056652a1bd8dad1b9ea4b958 /tools/Makefile.am | |
parent | e0c96954340a6ccb8f40bb7106f8208484fa8599 (diff) |
Add alternate TI init routine
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 bc46b3d4..a94c786a 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_SOURCES = hciattach.c hciattach_st.c hciattach_tialt.c hciattach_LDADD = @BLUEZ_LIBS@ hciconfig_SOURCES = hciconfig.c csr.h csr.c |