summaryrefslogtreecommitdiff
path: root/plugins/easy_codec
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-01-29 20:03:39 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-01-29 20:03:39 +0000
commit8e9766586350fdfa32d3d4ff81fceb4d13f61f82 (patch)
tree8c072066b6318baa82935bd7d91d44306d2d3181 /plugins/easy_codec
parentc2eacb6f278c956cc37497eaeb07168e52e062fa (diff)
downloadwireshark-8e9766586350fdfa32d3d4ff81fceb4d13f61f82.tar.gz
Add *.sbr files to the clean target.
svn path=/trunk/; revision=40761
Diffstat (limited to 'plugins/easy_codec')
-rw-r--r--plugins/easy_codec/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/easy_codec/Makefile.nmake b/plugins/easy_codec/Makefile.nmake
index 42c3a70fc1..cb2767b4d6 100644
--- a/plugins/easy_codec/Makefile.nmake
+++ b/plugins/easy_codec/Makefile.nmake
@@ -58,7 +58,7 @@ easy_codec_plugin.obj : easy_codec_plugin.c
clean:
rm -f $(OBJECTS) $(PLUGIN_NAME).dll $(PLUGIN_NAME).dll.manifest $(PLUGIN_NAME).exp \
- $(RESOURCE) $(PLUGIN_NAME).rc $(PLUGIN_NAME).lib *.pdb
+ $(RESOURCE) $(PLUGIN_NAME).rc $(PLUGIN_NAME).lib *.pdb *.sbr
distclean: clean