diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-09-01 22:34:04 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-09-01 22:34:04 +0200 |
commit | cf92b6dc9c0fe11ace1a9ca4e7d18cb411ba56ba (patch) | |
tree | 54bfe64770b761a0148972fd9446921d446ef895 /src/Makefile.am | |
parent | b2d5d2c1062af55008c5759c0fee2a1aecd83f66 (diff) |
Move test scripts into test directory
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e4232b1b..2a353a47 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -40,9 +40,6 @@ if MANPAGES man_MANS = bluetoothd.8 endif -EXTRA_DIST = bluetooth.conf bluetoothd.8 main.conf \ - list-devices test-discovery test-manager test-adapter test-device \ - simple-service simple-agent service-record.dtd \ - service-did.xml service-spp.xml service-opp.xml service-ftp.xml +EXTRA_DIST = bluetooth.conf bluetoothd.8 main.conf MAINTAINERCLEANFILES = Makefile.in |