aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorptrkrysik <ptrkrysik@gmail.com>2014-08-16 11:44:27 +0200
committerptrkrysik <ptrkrysik@gmail.com>2014-08-16 11:44:27 +0200
commit3c6dfcc16fd78d9a37110a368f9577593a473f80 (patch)
tree667cd9af32e24ba3c068908fb9082eb5059ec9ff /include
parent0708c4cfdb1f035b6dc57041f861d66c3d1f9895 (diff)
Added empty sink for wireshark sink
Diffstat (limited to 'include')
-rw-r--r--include/gsm/misc_utils/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gsm/misc_utils/CMakeLists.txt b/include/gsm/misc_utils/CMakeLists.txt
index da5db22..2dc960c 100644
--- a/include/gsm/misc_utils/CMakeLists.txt
+++ b/include/gsm/misc_utils/CMakeLists.txt
@@ -25,5 +25,6 @@ install(FILES
extract_system_info.h
controlled_rotator_cc.h
controlled_const_source_f.h
+ wireshark_sink.h
message_printer.h DESTINATION include/gsm/misc_utils
)