aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2018-05-04 10:24:48 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2018-05-04 08:43:54 +0000
commitecefe755d4dea826e4f77e6bfdb3fe515b60aec0 (patch)
treeec3c85c22d481f83873e6ccf324faa052522e9bf /plugins
parent12613415ef0ffb41e36863dfca42c5e71297e330 (diff)
l16_mono: fix a typo in CMakeLists.txt
Change-Id: I344354fa50c14828dd5d430ac6a377766b0afeb6 Reviewed-on: https://code.wireshark.org/review/27328 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'plugins')
-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 99b3de3dcc..51589c37da 100644
--- a/plugins/codecs/l16_mono/CMakeLists.txt
+++ b/plugins/codecs/l16_mono/CMakeLists.txt
@@ -28,7 +28,7 @@ set_source_files_properties(
)
include_directories(
- ${CMAKE_SOURCE_DIR}/codec
+ ${CMAKE_SOURCE_DIR}/codecs
${CMAKE_CURRENT_SOURCE_DIR}
)