aboutsummaryrefslogtreecommitdiffstats
path: root/extcap/Makefile.nmake
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2016-03-01 14:13:41 +0100
committerRoland Knall <rknall@gmail.com>2016-03-04 07:14:09 +0000
commitd8f541c89b94ae0fe6233bd93dbd0d910a65ccdd (patch)
tree29f1d6b486240c321848ddae964a1145f82d1e0b /extcap/Makefile.nmake
parent68d4ba212c839631c639974b36fc283a9e90bc5e (diff)
extcap: move ssh common functions to ssh-base.
Change-Id: Ic06882a4f914b4f89d936d5d942b50552ae4abb3 Reviewed-on: https://code.wireshark.org/review/14264 Petri-Dish: Roland Knall <rknall@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Roland Knall <rknall@gmail.com>
Diffstat (limited to 'extcap/Makefile.nmake')
-rw-r--r--extcap/Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/extcap/Makefile.nmake b/extcap/Makefile.nmake
index 52d35c7c73..6fffad7599 100644
--- a/extcap/Makefile.nmake
+++ b/extcap/Makefile.nmake
@@ -88,10 +88,10 @@ randpktdump.exe : $(LIBS_CHECK) ..\config.h randpktdump.obj extcap-base.obj $(ra
!ENDIF
!IFDEF LIBSSH_DIR
-sshdump.exe : $(LIBS_CHECK) ..\config.h sshdump.obj extcap-base.obj $(sshdump_WSLIBS)
+sshdump.exe : $(LIBS_CHECK) ..\config.h sshdump.obj extcap-base.obj ssh-base.obj $(sshdump_WSLIBS)
@echo Linking $@
$(LINK) @<<
- /OUT:sshdump.exe $(conflags) $(conlibsdll) $(LDFLAGS) /SUBSYSTEM:WINDOWS sshdump.obj extcap-base.obj $(sshdump_LIBS)
+ /OUT:sshdump.exe $(conflags) $(conlibsdll) $(LDFLAGS) /SUBSYSTEM:WINDOWS sshdump.obj extcap-base.obj ssh-base.obj $(sshdump_LIBS)
<<
!IFDEF MANIFEST_INFO_REQUIRED
mt.exe -nologo -manifest "sshdump.exe.manifest" -outputresource:sshdump.exe;1