From ec863197d9bd36a08087107e377e9fe653e628cc Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 15 Feb 2016 02:42:03 -0800 Subject: Fix name of librandpkt_core. Also, add it to the list of dependencies. Change-Id: I424c0657c87ab97d704b86a3b0722fb7f33b9f49 Reviewed-on: https://code.wireshark.org/review/13949 Reviewed-by: Guy Harris --- Makefile.nmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.nmake') diff --git a/Makefile.nmake b/Makefile.nmake index 3926dfe267..a0a50d72cb 100644 --- a/Makefile.nmake +++ b/Makefile.nmake @@ -197,7 +197,7 @@ dftest_LIBS= wiretap\wiretap-$(WTAP_VERSION).lib \ $(SMI_LIBS) !ENDIF -randpkt_LIBS= randpkt_core\randpkt_core.lib \ +randpkt_LIBS= randpkt_core\librandpkt_core.lib \ wiretap\wiretap-$(WTAP_VERSION).lib \ user32.lib \ wsutil\libwsutil.lib \ @@ -419,7 +419,7 @@ dftest.exe : $(dftest_OBJECTS) epan ui mt.exe -nologo -manifest "dftest.exe.manifest" -outputresource:dftest.exe;1 !ENDIF -randpkt.exe : $(randpkt_OBJECTS) +randpkt.exe : $(randpkt_OBJECTS) randpkt_core\librandpkt_core.lib @echo Linking $@ $(LINK) @<< /OUT:randpkt.exe $(conflags) $(conlibsdll) $(LDFLAGS) $(randpkt_LIBS) $(randpkt_OBJECTS) -- cgit v1.2.3