aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/codecs/l16_mono
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2022-04-04 11:32:53 -0700
committerGerald Combs <gerald@wireshark.org>2022-04-04 23:10:57 +0000
commit57172fe4cdefc7c49f52bc08be085d14ee12d3cf (patch)
tree705b82d8afc5c6f289cad93b364d33017658c3a0 /plugins/codecs/l16_mono
parent4f3017c000321d270701986553943ea40f0ce428 (diff)
CMake: Finish splitting ADD_PLUGIN_LIBRARY.
Rename add_plugin_library to add_wireshark_plugin_library and add a backward compatibility wrapper. Make Falco Bridge a Logwolf plugin.
Diffstat (limited to 'plugins/codecs/l16_mono')
-rw-r--r--plugins/codecs/l16_mono/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/codecs/l16_mono/CMakeLists.txt b/plugins/codecs/l16_mono/CMakeLists.txt
index 4deb0ff2c6..f90713b70b 100644
--- a/plugins/codecs/l16_mono/CMakeLists.txt
+++ b/plugins/codecs/l16_mono/CMakeLists.txt
@@ -32,7 +32,7 @@ register_plugin_files(plugin.c
${CODEC_SRC}
)
-add_plugin_library(l16mono codecs)
+add_wireshark_plugin_library(l16mono codecs)
target_include_directories(l16mono PRIVATE ${CMAKE_SOURCE_DIR}/codecs)