From: Josh Date: Fri, 18 Apr 2014 14:35:47 +0000 (-0400) Subject: Removing chained directory from Codecs X-Git-Tag: 3.0.0-233~1559^2~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c56ea36fa3e279103f1198dcfae61b191f85eb3b;p=thirdparty%2Fsnort3.git Removing chained directory from Codecs --- diff --git a/src/codecs/CMakeLists.txt b/src/codecs/CMakeLists.txt index 5ac8dfd4a..7bef85369 100644 --- a/src/codecs/CMakeLists.txt +++ b/src/codecs/CMakeLists.txt @@ -2,7 +2,6 @@ add_subdirectory(basic) add_subdirectory(plugins) -add_subdirectory(chained) if (ENABLE_NON_ETHER_DECODERS) diff --git a/src/codecs/chained/CMakeLists.txt b/src/codecs/chained/CMakeLists.txt deleted file mode 100644 index 139597f9c..000000000 --- a/src/codecs/chained/CMakeLists.txt +++ /dev/null @@ -1,2 +0,0 @@ - -