bluez/tools/Makefile.am
Max Krasnyansky aba9dc216d Don't foget to compile l2test.
l2test output nicefication :)
2002-03-18 19:39:45 +00:00

19 lines
260 B
Makefile

#
# $Id$
#
mandir = $(prefix)/usr/share/man
sbin_PROGRAMS = hciattach hciconfig
bin_PROGRAMS = hcitool l2ping
man_MANS = hciattach.8 l2ping.8
CLEANFILES = l2test.o l2test
all-local: l2test
l2test: l2test.o
$(LINK) l2test.o $(LDFLAGS) $(LIBS)