summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilippo Giunchedi <filippo@esaurito.net>2009-07-06 18:05:05 +0200
committerMarcel Holtmann <marcel@holtmann.org>2009-07-06 10:35:14 -0700
commit8e1cfdea73e7140cd162f275045d1bc2f21ea5c3 (patch)
tree5e6b29f832806a349a6051d3097152b204460274
parentc89b94c450e03df86a3243b4df8e4d375ca678f0 (diff)
downloadbluez-8e1cfdea73e7140cd162f275045d1bc2f21ea5c3.tar.gz
include test/hciemu.1 into man_MANS and EXTRA_DIST
-rw-r--r--test/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 7bd68c052..2e58d24c0 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -37,7 +37,7 @@ btiotest_LDADD = $(top_builddir)/common/libhelper.a @GLIB_LIBS@ @BLUEZ_LIBS@
noinst_MANS = bdaddr.8
if MANPAGES
-man_MANS = rctest.1
+man_MANS = rctest.1 hciemu.1
endif
AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@
@@ -45,7 +45,7 @@ endif
INCLUDES = -I$(top_srcdir)/common
-EXTRA_DIST = apitest hsplay hsmicro bdaddr.8 rctest.1 dbusdef.py \
+EXTRA_DIST = apitest hsplay hsmicro bdaddr.8 rctest.1 hciemu.1 dbusdef.py \
monitor-bluetooth list-devices test-discovery test-manager \
test-adapter test-device test-service test-serial \
test-telephony test-network simple-agent simple-service \