aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-01-29 20:21:30 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-01-29 20:21:30 +0000
commit84370fffcb7f6f73a0c672c94b097aff71a50dd5 (patch)
treeb5f056a6db89f915954e728419176d59d88f752b /epan/dissectors/Makefile.nmake
parent8e9766586350fdfa32d3d4ff81fceb4d13f61f82 (diff)
Add *.sbr files to the clean target.
svn path=/trunk/; revision=40762
Diffstat (limited to 'epan/dissectors/Makefile.nmake')
-rw-r--r--epan/dissectors/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/Makefile.nmake b/epan/dissectors/Makefile.nmake
index ee966ca9de..59d1a6ed8e 100644
--- a/epan/dissectors/Makefile.nmake
+++ b/epan/dissectors/Makefile.nmake
@@ -106,7 +106,7 @@ x11-dissector: ..\..\tools/process-x11-fields.pl x11-fields ..\..\tools/process-
$(PERL) ../../tools/process-x11-xcb.pl
clean:
- rm -f dissectors.lib *.pdb register.c-tmp register-cache.pkl \
+ rm -f dissectors.lib *.pdb *.sbr register.c-tmp register-cache.pkl \
$(DISSECTOR_OBJECTS) $(DISSECTOR_SUPPORT_OBJECTS)
distclean: clean