From 54bb2e7a5c0df621f3d59056ece86934082814be Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Mon, 15 Jul 2013 02:48:26 +0000 Subject: Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific there and moving it avoids having to recompile the file for use in editcap and capinfos (which don't link against libwireshark). svn path=/trunk/; revision=50598 --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 0a9e755be5..367076779b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -630,7 +630,6 @@ endif() set(WTAP_PLUGIN_SOURCES epan/plugins.c - epan/report_err.c epan/filesystem.c ) -- cgit v1.2.3