Makefile.nmake: add randpkt-core.obj to the list of cleaned objects

Change-Id: I36ecc9830ead2a0f6a470b4e62440fe9555df363
Reviewed-on: https://code.wireshark.org/review/11813
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
This commit is contained in:
Pascal Quantin 2015-11-13 20:01:00 +01:00
parent 01f7356f85
commit 679c18a3e9
1 changed files with 1 additions and 1 deletions

View File

@ -589,7 +589,7 @@ clean-local:
reordercap.obj nio-ie5.obj update.obj \
text2pcap-scanner.obj text2pcap-scanner.c \
config.h ps.c $(LIBS_CHECK) \
dftest.obj dftest.exe randpkt.obj randpkt.exe \
dftest.obj dftest.exe randpkt.obj randpkt-core.obj randpkt.exe \
doxygen.cfg \
$(RESOURCES) libwireshark.dll wiretap-$(WTAP_VERSION).dll \
libwsutil.dll \