summaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
blob: 354f841cf398d799ad2972df29a30e7ed828fd7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
#  $Id$
#

sbin_PROGRAMS = hciattach hciconfig

bin_PROGRAMS = hcitool l2ping sdptool ciptool

hciconfig_SOURCES = hciconfig.c csr.h csr.c

LDFLAGS = @BLUEZ_LIBS@

INCLUDES = @BLUEZ_INCLUDES@

man_MANS = hciattach.8 hciconfig.8 hcitool.1 l2ping.1 sdptool.1 ciptool.1

noinst_PROGRAMS	= ppporc

EXTRA_DIST = $(man_MANS)