X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/aa3ae79d6899ea3c23ba43f28ffe4fb4bb6001bd..a6b0423977ee2ad532b4e5341eaf41e7197804b2:/stargazer/plugins/capture/CMakeLists.txt diff --git a/stargazer/plugins/capture/CMakeLists.txt b/stargazer/plugins/capture/CMakeLists.txt deleted file mode 100644 index 95e09d1c..00000000 --- a/stargazer/plugins/capture/CMakeLists.txt +++ /dev/null @@ -1,23 +0,0 @@ -if ( BUILD_MOD_CAP_NF ) - add_subdirectory ( cap_nf ) -endif ( BUILD_MOD_CAP_NF ) - -if ( BUILD_MOD_CAP_ETHER_LINUX ) - add_subdirectory ( ether_linux ) -endif ( BUILD_MOD_CAP_ETHER_LINUX ) - -if ( BUILD_MOD_CAP_ETHER_FREEBSD ) - add_subdirectory ( ether_freebsd ) -endif ( BUILD_MOD_CAP_ETHER_FREEBSD ) - -if ( BUILD_MOD_CAP_DIVERT ) - add_subdirectory ( divert_freebsd ) -endif ( BUILD_MOD_CAP_DIVERT ) - -if ( BUILD_MOD_CAP_PCAP ) - add_subdirectory ( pcap ) -endif ( BUILD_MOD_CAP_PCAP ) - -if ( BUILD_MOD_CAP_NFQUEUE ) - add_subdirectory ( nfqueue ) -endif ( BUILD_MOD_CAP_NFQUEUE )