summaryrefslogtreecommitdiff
path: root/plugins/ethercat
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-06-25 22:15:11 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-06-25 22:15:11 +0000
commitc56ea13cdb9a7e5d6ca2145b7c1db2b565a1b8fb (patch)
treea6cc0cda576c98f7930797d9635281b773705537 /plugins/ethercat
parenta441793cba1e5cb7567e08990e82bfb94f6764df (diff)
downloadwireshark-c56ea13cdb9a7e5d6ca2145b7c1db2b565a1b8fb.tar.gz
Link this plugin with libwsutil too (in order to pick up time symbols).
svn path=/trunk/; revision=50155
Diffstat (limited to 'plugins/ethercat')
-rw-r--r--plugins/ethercat/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ethercat/Makefile.nmake b/plugins/ethercat/Makefile.nmake
index a84e4737c9..75486808e2 100644
--- a/plugins/ethercat/Makefile.nmake
+++ b/plugins/ethercat/Makefile.nmake
@@ -21,7 +21,7 @@ CFLAGS=$(WARNINGS_ARE_ERRORS) $(STANDARD_CFLAGS) \
LDFLAGS = $(PLUGIN_LDFLAGS)
!IFDEF ENABLE_LIBWIRESHARK
-LINK_PLUGIN_WITH=..\..\epan\libwireshark.lib
+LINK_PLUGIN_WITH=..\..\epan\libwireshark.lib ..\..\wsutil\libwsutil.lib
CFLAGS=$(CFLAGS)
OBJECTS = $(C_FILES:.c=.obj) $(CPP_FILES:.cpp=.obj) plugin.obj