From 9ef2507e34334681c3e35bdf10266760df730451 Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Wed, 26 Jun 2013 00:45:38 +0000 Subject: [PATCH] editcap no longer has to link against nstime.o, it's in libwsutil now. svn path=/trunk/; revision=50161 --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 42b22fc746..f2026f60e4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -999,7 +999,6 @@ if(BUILD_editcap) set(editcap_FILES editcap.c epan/crypt/md5.c - epan/nstime.c ${WTAP_PLUGIN_SOURCES} ) add_executable(editcap ${editcap_FILES})