aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 367076779b..5761253086 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -930,7 +930,6 @@ if(BUILD_mergecap)
set(mergecap_FILES
mergecap.c
merge.c
- epan/strnatcmp.c
svnversion.h
${WTAP_PLUGIN_SOURCES}
)
@@ -984,7 +983,6 @@ if(BUILD_editcap)
set(editcap_FILES
editcap.c
epan/crypt/md5.c
- epan/strnatcmp.c
${WTAP_PLUGIN_SOURCES}
)
add_executable(editcap ${editcap_FILES})