]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
updating codecs CMake file
authorJosh <jrosenba@cisco.com>
Fri, 25 Apr 2014 18:11:10 +0000 (14:11 -0400)
committerJosh <jrosenba@cisco.com>
Fri, 25 Apr 2014 18:11:10 +0000 (14:11 -0400)
src/codecs/CMakeLists.txt

index a041b438a0ae90f2499e7287af866b13d05ee5aa..faaaa1ca822c586918146098d0d94e1176561e6c 100644 (file)
@@ -29,8 +29,8 @@ add_library( codecs STATIC
     decode_module.cc
     codec_api.h
     codec_api.cc
-    cd_stats.h
-    cd_stats.cc
+    codec_stats.h
+    codec_stats.cc
 )