aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wspython
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2012-01-29 20:21:30 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2012-01-29 20:21:30 +0000
commit9c83320392d2183ebb9dec9e9bff598dce0aaaa8 (patch)
treeb5f056a6db89f915954e728419176d59d88f752b /epan/wspython
parent95f2bca045d7a52ba21287ba93557a090e8574fc (diff)
Add *.sbr files to the clean target.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40762 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/wspython')
-rw-r--r--epan/wspython/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/wspython/Makefile.nmake b/epan/wspython/Makefile.nmake
index 021d9c7164..308d073616 100644
--- a/epan/wspython/Makefile.nmake
+++ b/epan/wspython/Makefile.nmake
@@ -20,7 +20,7 @@ wspython.lib: $(LIBWSPYTHON_OBJECTS)
link /lib /out:wspython.lib $(LIBWSPYTHON_OBJECTS)
clean:
- rm -f $(LIBWSPYTHON_OBJECTS) wspython.lib *.pdb
+ rm -f $(LIBWSPYTHON_OBJECTS) wspython.lib *.pdb *.sbr
distclean: clean