aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-07-15 02:48:26 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-07-15 02:48:26 +0000
commit54bb2e7a5c0df621f3d59056ece86934082814be (patch)
treedd13c52ad2628208b6667668a2ed34b6fbe55598 /Makefile.nmake
parent27059c2804a7efc0f4f1e91dbfff88039407920d (diff)
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
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 8268ad3783..b151c48988 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -55,7 +55,6 @@ PLATFORM_SRC = capture-wpcap.c capture_wpcap_packet.c capture_win_ifnames.c
WTAP_PLUGIN_SOURCES = \
epan/plugins.c \
- epan/report_err.c \
epan/filesystem.c
include Makefile.common