aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-02-18 13:22:00 +0000
committerBill Meier <wmeier@newsguy.com>2008-02-18 13:22:00 +0000
commit6dd33f26f689d54282feca151d338b8ace5becb6 (patch)
tree7cf2b22352e349ab672cbd01b132a8b506c83327 /Makefile.nmake
parentfd9486cea603a9cd4d55e94494555f9f578c395b (diff)
Add rawhark_OBJECTS to clean: target
svn path=/trunk/; revision=24375
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 1591ab8074..e42c732955 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -404,8 +404,8 @@ clean_gtk2.tmp:
rm -rf gtk2.tmp
clean-local: clean_gtk2.tmp clean-deps
- rm -f $(wireshark_OBJECTS) $(tshark_OBJECTS) $(dumpcap_OBJECTS) $(EXTRA_OBJECTS) \
- $(EXECUTABLES) *.pdb *.exe.manifest \
+ rm -f $(wireshark_OBJECTS) $(tshark_OBJECTS) $(dumpcap_OBJECTS) $(rawshark_OBJECTS) \
+ $(EXTRA_OBJECTS) $(EXECUTABLES) *.pdb *.exe.manifest \
capinfos.obj editcap.obj mergecap.obj text2pcap.obj \
nio-ie5.obj update.obj \
text2pcap-scanner.obj text2pcap-scanner.c rdps.obj \