]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Merge pull request #1311 in SNORT/snort3 from root_codecs to master
authorRuss Combs (rucombs) <rucombs@cisco.com>
Fri, 20 Jul 2018 15:23:08 +0000 (11:23 -0400)
committerRuss Combs (rucombs) <rucombs@cisco.com>
Fri, 20 Jul 2018 15:23:08 +0000 (11:23 -0400)
Squashed commit of the following:

commit e173d301bdc7f76cb408beb86532865e83de85ae
Author: Russ Combs <rucombs@cisco.com>
Date:   Fri Jul 20 10:31:48 2018 -0400

    codecs: fix dynamic build of root codecs

src/codecs/root/CMakeLists.txt

index 5d680993e4be9a7b37f28804c379483678550ed1..22b07a6bc3659bc5079473bcbeeaee2d64bc3814 100644 (file)
@@ -6,7 +6,8 @@ if (STATIC_CODECS)
     )
 
 else (STATIC_CODECS)
-    add_dynamic_module (cd_eth codecs cd_eth.cc cd_raw.cc)
+    add_dynamic_module (cd_eth codecs cd_eth.cc)
+    add_dynamic_module (cd_raw codecs cd_raw.cc)
 
 endif (STATIC_CODECS)