diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d08dfb5c..ed675148 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -850,6 +850,7 @@ endif(NOT WIN32) set(PROJECT_SOURCE_LIST_C bpf_dump.c + bpf_filter.c bpf_image.c etherent.c fmtutils.c @@ -861,7 +862,6 @@ set(PROJECT_SOURCE_LIST_C savefile.c sf-pcapng.c sf-pcap.c - bpf/net/bpf_filter.c ) if(WIN32) |