Skip to content

Commit

Permalink
fixed Makefile link
Browse files Browse the repository at this point in the history
  • Loading branch information
ashdnazg committed Oct 25, 2014
1 parent 8916c7c commit 11aecbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.nmake
Expand Up @@ -19,7 +19,7 @@ LDFLAGS = $(PLUGIN_LDFLAGS)
!IFDEF ENABLE_LIBWIRESHARK

!IFNDEF LINK_PLUGIN_WITH
LINK_PLUGIN_WITH=..\..\epan\libwireshark.lib
LINK_PLUGIN_WITH=..\..\epan\libwireshark.lib ..\..\wsutil\libwsutil.lib
!ENDIF

CFLAGS=/D_NEED_VAR_IMPORT_ $(CFLAGS)
Expand Down

0 comments on commit 11aecbf

Please sign in to comment.