aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2015-11-13 20:01:00 +0100
committerPascal Quantin <pascal.quantin@gmail.com>2015-11-13 19:03:04 +0000
commit679c18a3e926e987c774c932ee1725f6adc798b8 (patch)
tree309681b7c584e90b041ab398162dd4282c0b7e90
parent01f7356f85d33567a25e722e6488addd72ff64d4 (diff)
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>
-rw-r--r--Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index c2f4719932..cb1043bc24 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -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 \