diff options
author | Max Krasnyansky <maxk@qualcomm.com> | 2002-05-17 01:01:13 +0000 |
---|---|---|
committer | Max Krasnyansky <maxk@qualcomm.com> | 2002-05-17 01:01:13 +0000 |
commit | c7057958d5fbf7fa82745b5ab75844723def24ab (patch) | |
tree | 7ce794947996172efe506a3f2e600d5508d52662 /tools/Makefile.am | |
parent | cbc274c6e3ce3b2135c21c101d19271d66d3215e (diff) |
Fix "make dist".
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index f8312834..c1a82d7f 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -10,3 +10,5 @@ bin_PROGRAMS = hcitool l2ping man_MANS = hciattach.8 l2ping.8 noinst_PROGRAMS = l2test scotest + +EXTRA_DIST = $(man_MANS) |