aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGraham Bloice <graham.bloice@trihedral.com>2013-07-28 13:57:12 +0000
committerGraham Bloice <graham.bloice@trihedral.com>2013-07-28 13:57:12 +0000
commit71921ced57f18ca75f91e6ffa594879880f284ff (patch)
treec00d410f6fb77cebbed919bec9733d95ac85262a /Makefile.nmake
parenta9bccc8dc893c47661ef90a39b769cbd7f4c1610 (diff)
clean target misses some build artefacts; capinfos.lib and editcap.lib
svn path=/trunk/; revision=50972
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 87607037ec..89787e0010 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -523,7 +523,7 @@ text2pcap.obj mergecap.obj capinfos.obj editcap.obj reordercap.obj version_info.
clean-local:
rm -f $(wireshark_OBJECTS) $(tshark_OBJECTS) $(dumpcap_OBJECTS) $(rawshark_OBJECTS) \
$(EXECUTABLES) *.pdb *.sbr *.exe.manifest \
- capinfos.obj capinfos.exp editcap.obj editcap.exp \
+ capinfos.obj capinfos.exp capinfos.lib editcap.obj editcap.exp editcap.lib \
mergecap.obj text2pcap.obj \
reordercap.obj nio-ie5.obj update.obj \
text2pcap-scanner.obj text2pcap-scanner.c \