aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-05-18 10:15:45 +0200
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2015-05-18 08:16:54 +0000
commit0215ad2bd49b73cfa307113bd1522f3affbbd25c (patch)
tree8c23183362613723d66bc8675b678ce0cc808d18 /epan
parent408de59e4143a752faed58eb0cd62bc5ed647ec3 (diff)
fix make distcheck (add packet-bthci_sco.h to list of distributed file)
Don't forget to add *.h files to distributed file Change-Id: I37459a4836e495f66185fd4d07306bb8963667f6 Reviewed-on: https://code.wireshark.org/review/8518 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index 89a89ff1cb..e29a0ced33 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -1419,6 +1419,7 @@ DISSECTOR_INCLUDES = \
packet-bthci_acl.h \
packet-bthci_cmd.h \
packet-bthci_evt.h \
+ packet-bthci_sco.h \
packet-btl2cap.h \
packet-btle.h \
packet-btrfcomm.h \