diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-04-01 22:57:16 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-04-01 22:57:16 +0000 |
commit | 5f1075f2f9ec9c5d18f09497bd6b0f14511621ea (patch) | |
tree | b44268a182e617247edb533660e8e7f88a970e46 /tools/Makefile.am | |
parent | f532100fbd6ee95bedaedd69111c52294df34775 (diff) |
Introduce avinfo tool.
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 5d677380..a529a6c5 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -51,7 +51,7 @@ sbin_PROGRAMS = hciattach hciconfig $(bccmd_programs) $(avctrl_programs) $(hid2h bin_PROGRAMS = $(tools_programs) $(dfutool_programs) $(dfubabel_programs) -noinst_PROGRAMS = hcisecfilter ppporc +noinst_PROGRAMS = hcisecfilter ppporc avinfo hciattach_SOURCES = hciattach.c hciattach_st.c hciattach_LDADD = @BLUEZ_LIBS@ @@ -68,6 +68,9 @@ l2ping_LDADD = @BLUEZ_LIBS@ sdptool_LDADD = @BLUEZ_LIBS@ $(top_builddir)/common/libhelper.a ciptool_LDADD = @BLUEZ_LIBS@ + +avinfo_SOURCES = avinfo.c +avinfo_LDADD = @BLUEZ_LIBS@ endif ppporc_LDADD = @BLUEZ_LIBS@ |